Kernel
class Kernel implements Kernel (View source)
Methods
void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. int handle(InputInterface $input, OutputInterface $output = null) Run the console application. void terminate(InputInterface $input, int $status) Terminate the application. ClosureCommand command(string $signature, Closure $callback) Register a Closure based command with the application. void registerCommand(Command $c