• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/engine/templatescope.php
  • Класс: BitrixTasksIntegrationBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::setProjectName
public function setProjectName(string $name): self
{
	$this->projectName = $name;

	return $this;
}