PublicCallable::getForbiddenMethods

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

Добавить комментарий