Property | Type | Description | |
---|---|---|---|
$skipOnEmpty | Overloads the default initialization value because by default, we want to run the validation even if the status attribute is null (which is considered as a 'leaveWorkflow' event). |
Method | Description | |
---|---|---|
validateAttribute ( $object, $attribute ) | Apply active validators for the current workflow event sequence. |
Method | Description | |
---|---|---|
_isActiveValidator ( |
Checks if a validator is active for the workflow event passed as argument. |
public validateAttribute ( $object, $attribute ) |