abstract protected function Input::parse in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Input/Input.php \Symfony\Component\Console\Input\Input::parse()
Processes command line arguments.
1 call to Input::parse()
- Input::bind in vendor/
symfony/ console/ Input/ Input.php - Binds the current Input instance with the given arguments and options.
2 methods override Input::parse()
- ArgvInput::parse in vendor/
symfony/ console/ Input/ ArgvInput.php - Processes command line arguments.
- ArrayInput::parse in vendor/
symfony/ console/ Input/ ArrayInput.php - Processes command line arguments.
File
- vendor/
symfony/ console/ Input/ Input.php, line 67
Class
- Input
- Input is the base class for all concrete Input classes.
Namespace
Symfony\Component\Console\InputCode
protected abstract function parse();