- Модуль: crmmobile
- Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/Category.php
- Класс: BitrixCrmMobileControllerCategory
- Вызов: Category::configureActions
public function configureActions(): array
{
return [
'getList' => [
'+prefilters' => [
new CloseSession(),
],
],
'get' => [
'+prefilters' => [
new CloseSession(),
],
],
'getCategoryAccess' => [
'+prefilters' => [
new CloseSession(),
],
],
'getCounters' => [
'+prefilters' => [
new CloseSession(),
],
],
];
}