class Application extends Application
Application.
Methods
__construct(KernelInterface $kernel) Constructor.
setDispatcher(EventDispatcherInterface $dispatcher) from Application int run(InputInterface $input = null, OutputInterface $output = null) Runs the current application. from Application int doRun(InputInterface $input, OutputInterface $output) Runs the current application.
setHelperSet(HelperSet $helperSet) Set a helper set to be used with the command. from App