namespace Symfony\Component\Console\Input
Object name | File name | Summary |
---|---|---|
ArgvInput | vendor/symfony/console/Input/ArgvInput.php | ArgvInput represents an input coming from the CLI arguments. |
ArrayInput | vendor/symfony/console/Input/ArrayInput.php | ArrayInput represents an input provided as an array. |
Input | vendor/symfony/console/Input/Input.php | Input is the base class for all concrete Input classes. |
InputArgument | vendor/symfony/console/Input/InputArgument.php | Represents a command line argument. |
InputAwareInterface | vendor/symfony/console/Input/InputAwareInterface.php | InputAwareInterface should be implemented by classes that depends on the Console Input. |
InputDefinition | vendor/symfony/console/Input/InputDefinition.php | A InputDefinition represents a set of valid command line arguments and options. |
InputInterface | vendor/symfony/console/Input/InputInterface.php | InputInterface is the interface implemented by all input classes. |
InputOption | vendor/symfony/console/Input/InputOption.php | Represents a command line option. |
StreamableInputInterface | vendor/symfony/console/Input/StreamableInputInterface.php | StreamableInputInterface is the interface implemented by all input classes that have an input stream. |
StringInput | vendor/symfony/console/Input/StringInput.php | StringInput represents an input provided as a string. |