public function InputInterface::bind in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Input/InputInterface.php \Symfony\Component\Console\Input\InputInterface::bind()
Binds the current Input instance with the given arguments and options.
Parameters
InputDefinition $definition A InputDefinition instance:
1 method overrides InputInterface::bind()
- Input::bind in vendor/
symfony/ console/ Input/ Input.php - Binds the current Input instance with the given arguments and options.
File
- vendor/
symfony/ console/ Input/ InputInterface.php, line 58
Class
- InputInterface
- InputInterface is the interface implemented by all input classes.
Namespace
Symfony\Component\Console\InputCode
public function bind(InputDefinition $definition);