• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/selector.php
  • Класс: BitrixLandingSourceSelector
  • Вызов: Selector::findSource
public function findSource($index)
{
	if (!is_string($index) || $index === '')
	{
		return null;
	}
	$this->initSourceList();
	return isset($this->sourceList[$index]) ? $this->sourceList[$index] : null;
}