• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/converters/baseconverter.php
  • Класс: BitrixLocationSourceGoogleConvertersBaseConverter
  • Вызов: BaseConverter::isPostCode
public function isPostCode(array $types)
{
	return in_array('postal_code', $types);
}