| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/location/lib/entity/generic/ |
| Current File : /var/www/element/data/www/revenuestory.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;
}