Class WorkflowBaseObject
This class is the base class for Workflow, Transition and Status objects.
It mainly provides a way to store additional properties without the need to declare them in the class definition. Theses properties are called metadata and stored into an array. They can be accessed like regular class properties.
- yii\base\Object
- raoul2000\workflow\base\WorkflowBaseObject
Direct known subclasses
raoul2000\workflow\base\Status
,
raoul2000\workflow\base\Transition
,
raoul2000\workflow\base\Workflow
Methods summary
public
|
|
public
|
|
abstract public
string
|
|
public
mixed
|
#
getMetadata( string $paramName = null, mixed $defaultValue = null )
Returns the value of the metadata with namer |
public
boolean
|
|
public
|