public function __construct() { $this->application = new MainApplication(); $this->application->add(new MainCommand()); }