Home
last modified time | relevance | path

Searched refs:renderNoteText (Results 1 – 2 of 2) sorted by relevance

/plugin/refnotes/
Drendering.php58 abstract public function renderNoteText($note); function in refnotes_renderer_base
139 public function renderNoteText($note) { function in refnotes_renderer
140 return $this->noteRenderer->renderNoteText($note);
276 public function renderNoteText($note) { function in refnotes_basic_renderer
958 public function renderNoteText($note) { function in refnotes_harvard_renderer
962 return parent::renderNoteText($note);
Dnote.php331 $this->reference[0]->setNoteText($this->scope->getRenderer()->renderNoteText($this));