Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/location/lib/entity/generic/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/location/lib/entity/generic/ifield.php |
<?php namespace Bitrix\Location\Entity\Generic; /** * Interface IField * @internal */ interface IField { /** * @return int */ public function getType(): int; }