• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/seo.php
  • Класс: BitrixLandingSourceSeo
  • Вызов: Seo::getProperty
public function getProperty($name)
{
	$name = (string)$name;
	if ($name !== '')
	{
		return (isset($this->properties[$name]) ? $this->properties[$name] : null);
	}
	return null;
}