コード例 #1
0
 /**
  * get all the education types list
  * @return array
  */
 public function getEducationList()
 {
     $Object = new Education();
     $result = $Object->getEducationList();
     return $result;
 }