• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address.php
  • Класс: BitrixLocationEntityAddress
  • Вызов: Address::__construct
public function __construct(string $languageId)
{
	$this->languageId = $languageId;
	$this->fieldCollection = new FieldCollection();
	$this->linkCollection = new AddressLinkCollection();
}