public __call ( string $name, array $arguments ) : boolean | ||
$name | string | the name of the unknown method called |
$arguments | array | an array of arguments (if any). an argument could be $message (informational message for the transition) |
return | boolean | true in case a transition was triggered by the event, false otherwise |