コード例 #1
0
ファイル: core.class.php プロジェクト: glensc/cjax
 function cacheWrapper($wrapper = array())
 {
     if (!is_array($wrapper)) {
         return;
     }
     self::$wrapper = implode('(!xml!)', $wrapper);
 }