Your IP : 216.73.216.86


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