• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address.php
  • Класс: BitrixLocationEntityAddress
  • Вызов: Address::isFieldExist
public function isFieldExist(int $type): bool
{
	return (bool)$this->getFieldCollection()->getItemByType($type);
}