• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address.php
  • Класс: BitrixLocationEntityAddress
  • Вызов: Address::fromArray
static function fromArray(array $arrayData): Address
{
	return ArrayConverter::convertFromArray($arrayData);
}