• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page.php
  • Класс: BitrixLandingHookPage
  • Вызов: Page::execCustom
protected function execCustom()
{
	if ($this->customExec)
	{
		return call_user_func_array($this->customExec, [$this]) === true;
	}
	return false;
}