• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatescope.php
  • Класс: BitrixBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::__construct
public function __construct(array $documentType, $categoryId, string $status)
{
	$this->complexDocumentType = $documentType;
	$this->documentCategoryId = $categoryId;
	$this->documentStatus = $status;
}