예제 #1
0
 public final function parse()
 {
     $this->entry->startRead();
     if (false && empty($this->def)) {
         $this->_parseRaw();
     } else {
         $this->_parse();
     }
     $this->entry->endRead();
 }