Action
class Action
Connector Handle Result
Properties
protected bool | $_isHandled | Status of the processing of an action | |
protected mixed | $_result | Action Result | |
protected mixed | $_error | Action Error |
Methods
bool
isHandled()
Getter for $_isHandled
__construct(bool $handled = null, mixed $result = null, mixed $error = null)
Constructor
setHandled(bool $handled)
Setter for $_isHandled
mixed
getResult()
Getter for $_result
mixed
getError()
Getter for $_error
boolean
isError()
Return true if an error occurs otherwise false
Details
at line 43
bool
isHandled()
Getter for $_isHandled
at line 55
__construct(bool $handled = null, mixed $result = null, mixed $error = null)
Constructor
at line 68
Action
setHandled(bool $handled)
Setter for $_isHandled
at line 79
mixed
getResult()
Getter for $_result
at line 90
Action
setResult(mixed $result)
Setter for $_result
at line 101
mixed
getError()
Getter for $_error
at line 112
Action
setError(mixed $error)
Setter for $_error
at line 123
boolean
isError()
Return true if an error occurs otherwise false