• Модуль: controller
  • Путь к файлу: ~/bitrix/modules/controller/classes/general/controllerlog.php
  • Класс: CControllerLog
  • Вызов: CControllerLog::GetByID
static function GetByID($ID)
{
	return CControllerLog::GetList(Array(), Array("ID"=>intval($ID)));
}