[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/console/Event/ -> ConsoleTerminateEvent.php (summary)

(no description)

File Size: 58 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1