Your IP : 172.69.17.155


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