Property | Type | Description | |
---|---|---|---|
$applicationName | string | ||
$applicationPackageKey | string | ||
$bootstrap | |||
$packageManager | Neos\Flow\Package\PackageManagerInterface |
Method | Description | |
---|---|---|
errorCommand ( Neos\Flow\Mvc\Exception\CommandException $exception ) : void | Displays an error message | |
helpCommand ( string $commandIdentifier = null ) : void | Display help for a command | |
helpStubCommand ( ) : void | Displays a short, general help message |
Method | Description | |
---|---|---|
buildCommandsIndex ( array $commands ) : array | Builds an index of available commands. For each of them a Command object is added to the commands array of this class. | |
displayHelpForCommand ( |
Render help text for a single command | |
displayHelpIndex ( ) : void | ||
displayShortHelpForCommands ( array $commands ) : void |
protected buildCommandsIndex ( array $commands ) : array | ||
$commands | array | |
return | array | in the format array(' |
protected displayHelpForCommand ( |
||
$command | ||
return | void |
protected displayShortHelpForCommands ( array $commands ) : void | ||
$commands | array | |
return | void |
public errorCommand ( Neos\Flow\Mvc\Exception\CommandException $exception ) : void | ||
$exception | Neos\Flow\Mvc\Exception\CommandException | |
return | void |
public helpCommand ( string $commandIdentifier = null ) : void | ||
$commandIdentifier | string | Identifier of a command for more details |
return | void |
public helpStubCommand ( ) : void | ||
return | void |
protected Bootstrap,Neos\Flow\Core $bootstrap | ||
return |