Beispiel #1
0
 public function getChartData()
 {
     // INSTANCIATE NAMES CLASS
     $name = new Name();
     // GET THE DATA
     $result = $name->getChartData();
     // RETURN RESULT
     return $result;
 }