コード例 #1
0
ファイル: Ajax.php プロジェクト: leegons/testspace
 public function pushResult()
 {
     if (self::$_finish) {
         return;
     }
     self::$_finish = true;
     ob_end_clean();
     echo $this->getReturn();
 }