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

	return $this;
}