Schedule
class Schedule implements Serializable (View source)
Traits
Properties
protected integer | $id | from BaseEntityTrait | |
protected string | $name | from BaseEntityTrait | |
protected | $description | ||
protected | $enabled | ||
protected | $expression |
Methods
array
toArray()
Returns the properties of this object as an array for ease of use
from BaseEntityTrait
getDescription()
No description
setDescription($description)
No description
getExpression()
No description
setExpression($expression)
No description
getEnabled()
No description
setEnabled($enabled)
No description
import(array $data)
No description
export()
No description
serialize()
No description
unserialize($data)
No description
static
create($name, $expression)
No description
static
createFromExport(array $export)
No description
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