• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/landing.php
  • Класс: BitrixLandingLanding
  • Вызов: Landing::getDynamicFilter
static function getDynamicFilter()
{
	static $filter = null;
	if ($filter === null)
	{
		$filter = SourceFilterEntity::getFilter(
			self::$dynamicFilterId
		);
	}
	return $filter;
}