• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/selector.php
  • Класс: BitrixLandingSourceSelector
  • Вызов: Selector::__construct
public function __construct(array $config = [])
{
	$this->setConfig($config);
	$this->initSiteMode();
	$this->initRestrictions();
}