Nextcloud PHP API (stable18)

ICachedMountFileInfo extends ICachedMountInfo

Holds information about a mount for a user

Tags
since
13.0.0

Table of Contents

getInternalPath()  : string
Return the path for the file within the cached mount
getMountId()  : int|null
Get the id of the configured mount
getMountPoint()  : string
getMountPointNode()  : Node
getPath()  : string
getRootId()  : int
getRootInternalPath()  : string
Get the internal path (within the storage) of the root of the mount
getStorageId()  : int
getUser()  : IUser

Methods

getInternalPath()

Return the path for the file within the cached mount

public getInternalPath() : string
Tags
since
13.0.0
Return values
string

getMountId()

Get the id of the configured mount

public getMountId() : int|null
Tags
since
9.1.0
Return values
int|null

mount id or null if not applicable

getMountPoint()

public getMountPoint() : string
Tags
since
9.0.0
Return values
string

the mount point of the mount for the user

getMountPointNode()

public getMountPointNode() : Node
Tags
since
9.0.0
Return values
Node

the root node of the mount

getRootId()

public getRootId() : int
Tags
since
9.0.0
Return values
int

the fileid of the root of the mount

getRootInternalPath()

Get the internal path (within the storage) of the root of the mount

public getRootInternalPath() : string
Tags
since
11.0.0
Return values
string

getStorageId()

public getStorageId() : int
Tags
since
9.0.0
Return values
int

the numeric storage id of the mount

Search results