Exemplo n.º 1
0
 public function parse_all()
 {
     $this->hierarchy = array($this->root);
     return parent::parse_all() ? $this->root : false;
 }
Exemplo n.º 2
0
 protected function parse_all()
 {
     return parent::parse_all() ? $this->root : false;
 }