• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/WorkTime.php
  • Класс: BitrixCrmMobileControllerWorkTime
  • Вызов: WorkTime::getDefaultPreFilters
protected function getDefaultPreFilters(): array
{
	return [
		new ActionFilterAuthentication(),
		new ActionFilterCsrf(),
		new ActionFilterHttpMethod([ActionFilterHttpMethod::METHOD_POST]),
		new ActionFilterContentType([ActionFilterContentType::JSON]),
		new ActionFilterScope(ActionFilterScope::NOT_REST),
		new ActionFilterCloseSession(),
	];
}