コード例 #1
0
ファイル: nameBusiness.php プロジェクト: j-ew-s/BabyName
 public function getChartData()
 {
     // INSTANCIATE NAMES CLASS
     $name = new Name();
     // GET THE DATA
     $result = $name->getChartData();
     // RETURN RESULT
     return $result;
 }