function caching_tree(&$imp)
 {
   parent :: tree_decorator($imp);
   $this->cache =& $this->_create_cache();
 }
Example #2
0
 function tree()
 {
   $imp = new caching_tree(new session_tree(new materialized_path_tree()));
   parent :: tree_decorator($imp);
 }