• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/editor/configbuilder.php
  • Класс: BitrixDiskDocumentOnlyOfficeEditorConfigBuilder
  • Вызов: ConfigBuilder::__construct
public function __construct(DocumentSession $documentSession)
{
	$this
		->setDocumentSession($documentSession)
	;

	if ($this->documentSession->getType() === DocumentSession::TYPE_EDIT)
	{
		$this->setMode(self::MODE_EDIT);
	}
}