• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatesscheme.php
  • Класс: BitrixBizprocAutomationEngineTemplatesScheme
  • Вызов: TemplatesScheme::getTemplate
public function getTemplate(TemplateScope $scope): ?Template
{
	if ($this->hasTemplate($scope))
	{
		return new Template($scope->getComplexDocumentType(), $scope->getStatusId());
	}

	return null;
}