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