Example #1
0
 public function clear()
 {
     parent::clear();
     $this->root_path = false;
     $this->level = false;
     $this->tree_array = false;
     return $this;
 }