• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/contact.php
  • Класс: Bitrix\Sale\Delivery\Services\Contact
  • Вызов: Contact::setName
public function setName(string $name): Contact
{
	$this->name = $name;
	return $this;
}