namespace Symfony\Component\Console\Command
Object name | File name | Summary |
---|---|---|
Command | vendor/symfony/console/Command/Command.php | Base class for all commands. |
CompleteCommand | vendor/symfony/console/Command/CompleteCommand.php | Responsible for providing the values to the shell completion. |
DumpCompletionCommand | vendor/symfony/console/Command/DumpCompletionCommand.php | Dumps the completion script for the current shell. |
HelpCommand | vendor/symfony/console/Command/HelpCommand.php | HelpCommand displays the help for a given command. |
LazyCommand | vendor/symfony/console/Command/LazyCommand.php | @author Nicolas Grekas <p@tchwork.com> |
ListCommand | vendor/symfony/console/Command/ListCommand.php | ListCommand displays the list of all available commands for the application. |
LockableTrait | vendor/symfony/console/Command/LockableTrait.php | Basic lock feature for commands. |
SignalableCommandInterface | vendor/symfony/console/Command/SignalableCommandInterface.php | Interface for command reacting to signal. |
TraceableCommand | vendor/symfony/console/Command/TraceableCommand.php | @internal |