Your IP : 3.133.125.185


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