• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/landing/formlanding.php
  • Класс: Bitrix\Crm\Integration\Landing\FormLanding
  • Вызов: FormLanding::__construct
public function __construct()
{
	$this->init = Main\Loader::includeModule('landing');
	if (!$this->init)
	{
		$this->setErrorMessage('Module Landing is not installed.');
	}
}