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