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