Property | Type | Description | |
---|---|---|---|
$eventName | string | The event that was triggered. | |
$stateName | string | The subject's current state. |
Method | Description | |
---|---|---|
__construct ( string $stateName, string $eventName, integer $code, Exception $previous = null ) | ||
getEventName ( ) | ||
getStateName ( ) |
protected string $eventName | ||
return | string |
protected string $stateName | ||
return | string |