public function ApplicationTester::getInput in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tester/ApplicationTester.php \Symfony\Component\Console\Tester\ApplicationTester::getInput()
Gets the input instance used by the last execution of the application.
Return value
InputInterface The current input instance
File
- vendor/
symfony/ console/ Tester/ ApplicationTester.php, line 104
Class
- ApplicationTester
- Eases the testing of console applications.
Namespace
Symfony\Component\Console\TesterCode
public function getInput() {
return $this->input;
}