• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/engine/checkscope.php
  • Класс: BitrixDocumentGeneratorEngineCheckScope
  • Вызов: CheckScope::listAllowedScopes
public function listAllowedScopes()
{
	return [
		Controller::SCOPE_REST,
	];
}