getInstance() 공개 정적인 메소드

public static getInstance ( )
예제 #1
0
파일: Index.php 프로젝트: qieangel2013/zys
 public function hproseAction()
 {
     //hprose调用
     Yaf_Dispatcher::getInstance()->autoRender(FALSE);
     echo hprose::getInstance()->getdata();
     exit;
 }