Esempio n. 1
0
 function cacheWrapper($wrapper = array())
 {
     if (!is_array($wrapper)) {
         return;
     }
     self::$wrapper = implode('(!xml!)', $wrapper);
 }