• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/format/template.php
  • Класс: BitrixLocationEntityFormatTemplate
  • Вызов: Template::__construct
public function __construct(string $type, string $template)
{
	$this->type = $type;
	$this->template = $template;
}