rex_console_application
extends Application
Table of Contents
Methods
-
__construct()
: mixed
-
doRun()
: mixed
-
doRunCommand()
: mixed
__construct()
public
__construct() : mixed
doRun()
public
doRun(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
doRunCommand()
protected
doRunCommand(Command $command, InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$command
: Command
-
-
$input
: InputInterface
-
-
$output
: OutputInterface
-