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