Exemple #1
0
 protected function parse_asp()
 {
     if (!parent::parse_asp()) {
         return false;
     }
     $index = null;
     //Needs to be passed by ref
     $this->hierarchy[count($this->hierarchy) - 1]->addASP('', $this->status['text'], array(), $index);
     return true;
 }
Exemple #2
0
 function parse_asp()
 {
     if (!parent::parse_asp()) {
         return false;
     }
     $index = null;
     $this->hierarchy[count($this->hierarchy) - 1]->addASP('', $this->status['text'], $index);
     return true;
 }