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