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