Method | Description | |
---|---|---|
dispatch ( |
Dispatch a routed command to its handler. | |
has ( string $command ) : boolean | Does the dispatcher have a handler for the given command? | |
map ( string $command, $callable ) : self | Map a command name to its handler. |