예제 #1
0
파일: page.php 프로젝트: AJLoveChina/meAjax
 public function getHealth()
 {
     $back = '';
     $health = new Health($this->arr);
     $back .= $health->getPage();
     return $back;
 }