• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/documentsessionmanager.php
  • Класс: BitrixDiskDocumentOnlyOfficeDocumentSessionManager
  • Вызов: DocumentSessionManager::addSession
public function addSession(): ?ModelsDocumentSession
{
	$fields = $this->buildFilter();
	$fields['OWNER_ID'] = $this->userId;
	$fields['CONTEXT'] = $this->sessionContext->toJson();

	return ModelsDocumentSession::add($fields, $this->errorCollection);
}