Controller::end

  1. Bitrix24 API (v. 23.675.0)
  2. vote
  3. Controller
  4. end
  • Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/base/controller.php
  • Класс: BitrixVoteBaseController
  • Вызов: Controller::end
protected function end()
{
	$this->logDebugInfo();

	/** @noinspection PhpUndefinedClassInspection */
	CMain::finalActions();
	die;
}

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