예제 #1
0
파일: ht.php 프로젝트: benesch/peteramati
 static function take_stash()
 {
     $stash = self::$_stash;
     if (self::$_stash_inscript) {
         $stash .= "</script>";
     }
     self::$_stash = "";
     self::$_stash_inscript = false;
     return $stash;
 }