• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/converter/stringtemplateconverter.php
  • Класс: BitrixLocationEntityAddressConverterStringTemplateConverter
  • Вызов: StringTemplateConverter::__construct
public function __construct(string $template, string $delimiter, bool $htmlEncode, Format $format = null)
{
	$this->template = $template;
	$this->delimiter = $delimiter;
	$this->htmlEncode = $htmlEncode;
	$this->format = $format;
}