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