• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatescope.php
  • Класс: BitrixBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::setNames
public function setNames(?string $categoryName, ?string $statusName): self
{
	$this->categoryName = $categoryName;
	$this->statusName = $statusName;

	return $this;
}