Exemplo n.º 1
0
 protected function doNoteStart()
 {
     parent::doNoteStart();
     $this->saveElement($this->titleElement, $this->out->xmlElement($this->paragraphElement, $this->_curNoteIndex));
 }
Exemplo n.º 2
0
 protected function doNoteStart()
 {
     parent::doNoteStart();
     $this->paragraphPrefix = $this->getRefLink($this->_curNoteIndex);
 }