Your IP : 18.117.156.153


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/landing.domains/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/landing.domains/class.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

\CBitrixComponent::includeComponentClass('bitrix:landing.base');

class LandingDomainsComponent extends LandingBaseComponent
{
	/**
	 * Base executable method.
	 * @return void
	 */
	public function executeComponent()
	{
		$init = $this->init();

		if ($init)
		{
			$this->checkParam('PAGE_URL_DOMAIN_EDIT', '');
			$this->arResult['DOMAINS'] = $this->getDomains();
		}

		parent::executeComponent();
	}
}