| Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/entity/format/ |
| Current File : /var/www/homesaver/www/bitrix/modules/location/lib/entity/format/templatetype.php |
<?php
namespace Bitrix\Location\Entity\Format;
/**
* Template types enumeration
*
* Class TemplateType
* @package Bitrix\Location\Entity\Format
*/
class TemplateType
{
// Default template
public const DEFAULT = 'DEFAULT';
// Template for autocomplete
public const AUTOCOMPLETE = 'AUTOCOMPLETE';
// Template for address_line_1
public const ADDRESS_LINE_1 = 'ADDRESS_LINE_1';
}