• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatesscheme.php
  • Класс: BitrixBizprocAutomationEngineTemplatesScheme
  • Вызов: TemplatesScheme::toArray
public function toArray(): array
{
	$scheme = [];
	foreach ($this->scheme as $scopeId => $scope)
	{
		$scheme[$scopeId] = $scope->toArray();
	}

	return $scheme;
}