Queue
class Queue (View source)
Traits
Properties
protected integer | $id | from BaseEntityTrait | |
protected string | $name | from BaseEntityTrait | |
protected Request | $request | from RequestEntityTrait |
Methods
array
toArray()
Returns the properties of this object as an array for ease of use
from BaseEntityTrait
from RequestEntityTrait
Details
in BaseEntityTrait at line 42
integer
getId()
Get queue item's id
in BaseEntityTrait at line 54
Schedule
setId(string $id)
Set queue item's id
in BaseEntityTrait at line 67
string
getName()
Get queue item's name
in BaseEntityTrait at line 79
Schedule
setName(string $name)
Set queue item's name
in BaseEntityTrait at line 92
array
toArray()
Returns the properties of this object as an array for ease of use
in RequestEntityTrait at line 35
Request
getRequest()
Get desired process niceness
in RequestEntityTrait at line 47
RequestEntityTrait
setRequest(Request $request)
Set desired process niceness