• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/template.php
  • Класс: BitrixBizprocAutomationEngineTemplate
  • Вызов: Template::createByTpl
static function createByTpl(Tpl $tpl)
{
	$instance = new static($tpl->getDocumentComplexType());
	$instance->template = $tpl->collectValues();
	$instance->autoExecuteType = (int) $instance->template['AUTO_EXECUTE'];

	return $instance;
}