• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/basecomponent.php
  • Класс: BitrixDiskInternalsBaseComponent
  • Вызов: BaseComponent::end
protected function end($terminate = true)
{
	Diag::getInstance()->logDebugInfo($this->getName());

	if($terminate)
	{
		/** @noinspection PhpUndefinedClassInspection */
		CMain::finalActions();
		die;
	}
}