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