コード例 #1
0
 function flushCache()
 {
     $this->_cache_children = null;
     $this->_cache_numChildren = null;
     self::$marked = array();
     self::$expanded = array();
     self::$treeOpened = array();
 }
コード例 #2
0
ファイル: Hierarchy.php プロジェクト: nomidi/sapphire
 public static function reset()
 {
     self::$marked = array();
     self::$expanded = array();
     self::$treeOpened = array();
 }