MountPoint
Table of Contents
-
$destination
: string|null
-
$driver
: string|null
-
$mode
: string|null
-
$name
: string|null
-
$propagation
: string|null
-
$rW
: bool|null
-
$source
: string|null
-
$type
: string|null
-
getDestination()
: string|null
-
getDriver()
: string|null
-
getMode()
: string|null
-
getName()
: string|null
-
getPropagation()
: string|null
-
getRW()
: bool|null
-
getSource()
: string|null
-
getType()
: string|null
-
setDestination()
: self
-
setDriver()
: self
-
setMode()
: self
-
setName()
: self
-
setPropagation()
: self
-
setRW()
: self
-
setSource()
: self
-
setType()
: self
$destination
protected
string|null
$destination
$driver
protected
string|null
$driver
$mode
protected
string|null
$mode
$name
protected
string|null
$name
$propagation
protected
string|null
$propagation
$rW
protected
bool|null
$rW
$source
protected
string|null
$source
$type
protected
string|null
$type
getDestination()
public
getDestination() : string|null
Return values
string|null
—
getDriver()
public
getDriver() : string|null
Return values
string|null
—
getMode()
public
getMode() : string|null
Return values
string|null
—
getName()
public
getName() : string|null
Return values
string|null
—
getPropagation()
public
getPropagation() : string|null
Return values
string|null
—
getRW()
public
getRW() : bool|null
Return values
bool|null
—
getSource()
public
getSource() : string|null
Return values
string|null
—
getType()
public
getType() : string|null
Return values
string|null
—
setDestination()
public
setDestination(string|null $destination) : self
Parameters
-
$destination
: string|null
-
Return values
self
—
setDriver()
public
setDriver(string|null $driver) : self
Parameters
-
$driver
: string|null
-
Return values
self
—
setMode()
public
setMode(string|null $mode) : self
Parameters
-
$mode
: string|null
-
Return values
self
—
setName()
public
setName(string|null $name) : self
Parameters
-
$name
: string|null
-
Return values
self
—
setPropagation()
public
setPropagation(string|null $propagation) : self
Parameters
-
$propagation
: string|null
-
Return values
self
—
setRW()
public
setRW(bool|null $rW) : self
Parameters
-
$rW
: bool|null
-
Return values
self
—
setSource()
public
setSource(string|null $source) : self
Parameters
-
$source
: string|null
-
Return values
self
—
setType()
public
setType(string|null $type) : self
Parameters
-
$type
: string|null
-
Return values
self
—