[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 58 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConsoleTerminateEvent:: (3 methods):
__construct()
setExitCode()
getExitCode()
Class: ConsoleTerminateEvent - X-Ref
Allows to manipulate the exit code of a command after its execution.__construct(Command $command, InputInterface $input, OutputInterface $output, $exitCode) X-Ref |
The exit code of the command. |
setExitCode($exitCode) X-Ref |
Sets the exit code. param: int $exitCode The command exit code |
getExitCode() X-Ref |
Gets the exit code. return: int The command exit code |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |