Property | Type | Description | |
---|---|---|---|
$description | string | ||
$display | integer | ||
$essential | boolean | ||
$name | string | ||
$showAll | boolean |
Method | Description | |
---|---|---|
__construct ( array $commands = [] ) | Preamble before firing is done here | |
fire ( array $args = [] ) : boolean | Execute the help command | |
helpMenu ( ) : void | Display the main help menu | |
sortCommands ( array $a, array $b ) : integer | Used for uasort() calls in this class | |
usageInfo ( array $args = [] ) : void | Display the usage information for this command. |
public __construct ( array $commands = [] ) | ||
$commands | array |