interface InputAwareInterface
InputAwareInterface should be implemented by classes that depends on the Console Input.
@author Wouter J <waldio.webdesign@gmail.com>
Hierarchy
- interface \Symfony\Component\Console\Input\InputAwareInterface
Expanded class hierarchy of InputAwareInterface
All classes that implement InputAwareInterface
2 files declare their use of InputAwareInterface
- Application.php in vendor/
symfony/ console/ Application.php - InputAwareHelper.php in vendor/
symfony/ console/ Helper/ InputAwareHelper.php
File
-
vendor/
symfony/ console/ Input/ InputAwareInterface.php, line 20
Namespace
Symfony\Component\Console\InputView source
interface InputAwareInterface {
/**
* Sets the Console Input.
*/
public function setInput(InputInterface $input) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
InputAwareInterface::setInput | public | function | Sets the Console Input. | 1 |