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