PHP Neos\Flow\Cli Пространство имен

Interfaces

Имя Описание
DescriptionAwareCommandControllerInterface An interface which allows a CommandController to tweak command descriptions before they are displayed to the user.

Классы

Имя Описание
Command Represents a command
CommandArgumentDefinition Represents a CommandArgumentDefinition
CommandController A controller which processes requests from the command line
CommandManager A helper for CLI Commands
CommandRequestHandler A request handler which can handle command line requests.
ConsoleOutput A wrapper for Symfony ConsoleOutput and related helpers
Request Represents a CLI request.
RequestBuilder Builds a CLI request object from the raw command call
Response A CLI specific response implementation
SlaveRequestHandler A special request handler which handles "slave" command requests as used by the interactive shell.