PublicAction::getForbiddenMethods

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. PublicAction
  4. getForbiddenMethods
  • Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/dispatcher/publicaction.php
  • Класс: BitrixTasksDispatcherPublicAction
  • Вызов: PublicAction::getForbiddenMethods
static function getForbiddenMethods()
{
	return array(
		'__construct',
		'getErrorCollection',
		'getErrors',
		'getForbiddenMethods',
		'canExecute',
		'isVersionGT',
		'getComponentHTML'
	);
}

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