• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/engine/templatescope.php
  • Класс: BitrixTasksIntegrationBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::toArray
public function toArray(): array
{
	$result = parent::toArray();
	if ($this->projectName)
	{
		$result['DocumentType']['Name'] = $this->projectName;
	}

	return $result;
}