• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/controller/onlyoffice.php
  • Класс: BitrixDiskControllerOnlyOffice
  • Вызов: OnlyOffice::getAutoWiredParameters
public function getAutoWiredParameters()
{
	return [
		new ExactParameter(
			ModelsDocumentSession::class,
			'documentSession',
			function($className, $documentSessionHash) {
				return ModelsDocumentSession::load([
					'=EXTERNAL_HASH' => $documentSessionHash,
				]);
			}
		),
	];
}