Inheritance: extends FOF30\Generator\Command\Command
Beispiel #1
0
 public function execute()
 {
     $controller = new Controller($this->composer, $this->input);
     $controller->execute();
     $controller = new Model($this->composer, $this->input);
     $controller->execute();
     $controller = new View($this->composer, $this->input);
     $controller->execute();
 }