Beispiel #1
0
 public function render()
 {
     $data = new NewsController();
     $container = $data->getData();
     return $container;
 }