• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/field.php
  • Класс: Bitrix\Location\Entity\Address\Field
  • Вызов: Field::setValue
public function setValue(string $value): self
{
	$this->value = $value;
	return $this;
}