• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/rest/restmanager.php
  • Класс: BitrixDocumentGeneratorRestRestManager
  • Вызов: RestManager::onRestServiceBuildDescription
static function onRestServiceBuildDescription()
{
	return [
		Driver::MODULE_ID => [
			CRestUtil::METHOD_UPLOAD => [static::class, 'upload'],
			CRestUtil::METHOD_DOWNLOAD => [static::class, 'download'],
		],
	];
}