• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/template.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\Template
  • Вызов: Template::setTitle
public function setTitle(string $title): self
{
	$this->title = $title;

	return $this;
}