Ejemplo n.º 1
0
 public function outputUnit()
 {
     $ac = new Aircraft();
     $ac->build();
     return $ac;
 }