• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/internal/entity/company.php
  • Класс: BitrixSaleExchangeIntegrationServiceInternalEntityCompany
  • Вызов: Company::setTitle
public function setTitle($value)
{
	$this->fields->set('TITLE', $value);
	return $this;
}