|
Previous Page |
Solar_Controller_Console |
Next Page |
_getCommandClass()
protected
string
_getCommandClass (
string $command
)
Finds the command class from a command name.
Parameters
- (string)
$command: The command name.
Returns
- (string) The related command class picked from the routing, or from the list of available classes. If not found, returns false.
Description
Finds the command class from a command name.