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