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