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