예제 #1
0
 function flushCache()
 {
     $this->_cache_children = null;
     $this->_cache_numChildren = null;
     self::$marked = array();
     self::$expanded = array();
     self::$treeOpened = array();
 }
예제 #2
0
 public static function reset()
 {
     self::$marked = array();
     self::$expanded = array();
     self::$treeOpened = array();
 }