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