Previous Page
_exception()

Solar_Controller_Console
_getCommandClass()

Next Page
_notFound()

_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.