• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/template.php
  • Класс: BitrixBizprocAutomationEngineTemplate
  • Вызов: Template::setName
public function setName(string $name)
{
	$this->template['NAME'] = $name;
	return $this;
}