コード例 #1
0
ファイル: Class.php プロジェクト: OPL/Open-Power-Template
 /**
  * Clears all the possible static private buffers.
  */
 public static function clear()
 {
     self::$_vars = array();
     self::$_capture = array();
     self::$_global = array();
     self::$_globalFormatInfo = array();
 }