• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entityaddresstype.php
  • Класс: Bitrix\Crm\EntityAddressType
  • Вызов: EntityAddressType::getAvailableIds
static function getAvailableIds()
{
	// List of all types used in the zone map.
	// Could be obtained from the map, but it is not effective.
	return [
		self::Delivery,
		self::Primary,
		self::Registered,
		self::Home,
		self::Post,
		self::Beneficiary
	];
}