• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/field/select.php
  • Класс: BitrixLandingFieldSelect
  • Вызов: Select::getName
public function getName($nameFormat)
{
	return  htmlspecialcharsbx(isset($nameFormat)
		? str_replace('#field_code#', $this->code, $nameFormat)
		: $this->code);
}