1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
counterfilter.php
См. документацию.
1<?php
2
9
10namespace Bitrix\Socialnetwork\Internals\Counter;
11
13{
14 public const PRESET_REQUESTS_IN = 'requests_in';
15 public const PRESET_REQUESTS_OUT = 'requests_out';
16
17 public const VALUE_LIVEFEED = 'livefeed';
18 public const VALUE_TASKS = 'tasks';
19}