• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/dispatcher/publiccallable.php
  • Класс: BitrixTasksDispatcherPublicCallable
  • Вызов: PublicCallable::getForbiddenMethods
static function getForbiddenMethods()
{
	return array(
		'__construct' => true,
		'getErrorCollection' => true,
		'getForbiddenMethods' => true,
	);
}