ThrottleDevice
Table of Contents
- $path : string|null
- Device path.
- $rate : int|null
- Rate.
- getPath() : string|null
- Device path.
- getRate() : int|null
- Rate.
- setPath() : self
- Device path.
- setRate() : self
- Rate.
Properties
$path
Device path.
protected
string|null
$path
$rate
Rate.
protected
int|null
$rate
Methods
getPath()
Device path.
public
getPath() : string|null
Return values
string|null —getRate()
Rate.
public
getRate() : int|null
Return values
int|null —setPath()
Device path.
public
setPath(string|null $path) : self
Parameters
- $path : string|null
Return values
self —setRate()
Rate.
public
setRate(int|null $rate) : self
Parameters
- $rate : int|null