Пример #1
0
 protected function doNoteStart()
 {
     parent::doNoteStart();
     $this->saveElement($this->titleElement, $this->out->xmlElement($this->paragraphElement, $this->_curNoteIndex));
 }
Пример #2
0
 protected function doNoteStart()
 {
     parent::doNoteStart();
     $this->paragraphPrefix = $this->getRefLink($this->_curNoteIndex);
 }