|
| | getData () |
| |
| | setData ($value) |
| |
| | getStatus () |
| |
| | setStatus ($value) |
| |
| | getStatuses () |
| |
| | _get ($key) |
| | Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
| |
| | _set ($key, $value) |
| | Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
| |
| | publish ($property, $visibility=self::READABLE) |
| | Publish a property (or hide it again). More...
|
| |
| | alias ($alias, $property, $object=null) |
| | Define an alias for a property (of another object). More...
|
| |
| | configure ($config) |
| | Configure the object. More...
|
| |
Definition at line 5 of file Item.php.
◆ __construct()
| __construct |
( |
|
$workflow, |
|
|
|
$id |
|
) |
| |
◆ _get()
Default getter if no specific setter is defined, and the property is also not published (readable).
- Parameters
-
| string | $key | Name of the property. |
- Returns
- mixed Value.
Reimplemented from Thing.
Definition at line 62 of file Item.php.
◆ _set()
Default setter if no specific setter is defined, and the property is also not published (writeable).
- Parameters
-
| string | $key | Name of the property. |
| mixed | $value | Value for the property. |
Reimplemented from Thing.
Definition at line 66 of file Item.php.
◆ execute()
Execute the action for the current step.
- Returns
- bool True when status changed, false when not.
Definition at line 20 of file Item.php.
◆ getData()
◆ getStatus()
◆ getStatuses()
◆ lock()
◆ setData()
◆ setStatus()
◆ unlock()
◆ $_data
◆ $_id
◆ $_workflow
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Workflow/Item.php