[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |