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