UnityApplication
extends Application
in package
FinalYes
Symfony application that also reports command-line validation failures.
Table of Contents
Methods
- __construct() : mixed
- doRun() : int
- run() : int
Methods
__construct()
public
__construct(JUnitReporter $reporter) : mixed
Parameters
- $reporter : JUnitReporter
doRun()
public
doRun(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intrun()
public
run([InputInterface|null $input = null ][, OutputInterface|null $output = null ]) : int
Parameters
- $input : InputInterface|null = null
- $output : OutputInterface|null = null