| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 67 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ConsoleEvent:: (4 methods):
__construct()
getCommand()
getInput()
getOutput()
Class: ConsoleEvent - X-Ref
Allows to inspect input and output of a command.| __construct(Command $command, InputInterface $input, OutputInterface $output) X-Ref |
| No description |
| getCommand() X-Ref |
| Gets the command that is executed. return: Command A Command instance |
| getInput() X-Ref |
| Gets the input instance. return: InputInterface An InputInterface instance |
| getOutput() X-Ref |
| Gets the output instance. return: OutputInterface An OutputInterface instance |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |