ResourcesBlkioWeightDeviceItem
Table of Contents
-
$path
: string|null
-
$weight
: int|null
-
getPath()
: string|null
-
getWeight()
: int|null
-
setPath()
: self
-
setWeight()
: self
$path
protected
string|null
$path
$weight
protected
int|null
$weight
getPath()
public
getPath() : string|null
Return values
string|null
—
getWeight()
public
getWeight() : int|null
Return values
int|null
—
setPath()
public
setPath(string|null $path) : self
Parameters
-
$path
: string|null
-
Return values
self
—
setWeight()
public
setWeight(int|null $weight) : self
Parameters
-
$weight
: int|null
-
Return values
self
—