Example #1
0
 public function pushResult()
 {
     if (self::$_finish) {
         return;
     }
     self::$_finish = true;
     ob_end_clean();
     echo $this->getReturn();
 }