• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/models/documentsessioncontext.php
  • Класс: BitrixDiskDocumentOnlyOfficeModelsDocumentSessionContext
  • Вызов: DocumentSessionContext::tryBuildByAttachedObject
static function tryBuildByAttachedObject(?AttachedObject $attachedObject, File $file): self
{
	if ($attachedObject)
	{
		return self::buildByAttachedObject($attachedObject);
	}

	return self::buildByFile($file);
}