IMovableMount
in
Denotes that the mount point can be (re)moved by the user
Tags
Table of Contents
Methods
- moveMount() : bool
- Move the mount point to $target
- removeMount() : bool
- Remove the mount points
Methods
moveMount()
Move the mount point to $target
public
moveMount(string $target) : bool
Parameters
- $target : string
-
the target mount point
Tags
Return values
boolremoveMount()
Remove the mount points
public
removeMount() : bool