• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/converters/baseconverter.php
  • Класс: Bitrix\Location\Source\Google\Converters\BaseConverter
  • Вызов: BaseConverter::convert
public function convert(array $data);

public function isPostCode(array $types)
{
	return in_array('postal_code', $types);
}