class Application extends Application
Application.
Methods
|
__construct(KernelInterface $kernel)
Constructor. |
||
| KernelInterface |
getKernel()
Gets the Kernel associated with this Console. |
|
| integer |
doRun(InputInterface $input, OutputInterface $output)
Runs the current application. |
Details
at line 36
public
__construct(KernelInterface $kernel)
Constructor.
at line 53
public KernelInterface
getKernel()
Gets the Kernel associated with this Console.
at line 66
public integer
doRun(InputInterface $input, OutputInterface $output)
Runs the current application.