• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/field/select.php
  • Класс: BitrixLandingFieldSelect
  • Вызов: Select::isEmptyValue
public function isEmptyValue()
{
	return $this->value === '' ||
		   $this->value === 0;
}