• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/controller/integration/messengercall.php
  • Класс: BitrixDiskControllerIntegrationMessengerCall
  • Вызов: MessengerCall::forwardToEditAttachedObject
protected function forwardToEditAttachedObject(AttachedObject $attachedObject)
{
	/** @see OnlyOffice::loadDocumentEditorAction() */
	return $this->forward(OnlyOffice::class, 'loadDocumentEditor', [
		'attachedObjectId' => $attachedObject->getId(),
		'editorMode' => DocumentOnlyOfficeEditorConfigBuilder::VISUAL_MODE_COMPACT,
	]);
}