• Модуль: controller
  • Путь к файлу: ~/bitrix/modules/controller/classes/general/controller.php
  • Класс: CControllerServerRequestFrom
  • Вызов: CControllerServerRequestFrom::__construct
public function __construct()
{
	$this->InitFromRequest();
	$this->Debug(array(
		'Request received from #'.$this->member_id,
		'security check' => ($this->Check()? 'passed': 'failed'),
		'Packet' => $this,
	));
}