• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page.php
  • Класс: BitrixLandingHookPage
  • Вызов: Page::__construct
public function __construct($editMode = false, $isPage = true)
{
	if ($editMode)
	{
		$this->editMode = true;
	}
	if (!$isPage)
	{
		$this->isPage = false;
	}
	$this->fields = $this->getMap();
}