Solar_Controller_Console::_getCommandClass()
protected
string
Solar_Controller_Console::_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.