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