• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/driver.php
  • Класс: BitrixDocumentGeneratorDriver
  • Вызов: Driver::onGetDependentModule
static function onGetDependentModule(): array
{
	return [
		'MODULE_ID' => static::MODULE_ID,
		'USE' => ['PUBLIC_SECTION'],
	];
}