Home
last modified time | relevance | path

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

/plugin/refnotes/
H A 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) {
962 return parent::renderNoteText($note);
951 public function renderNoteText($note) { global() function in refnotes_harvard_renderer
H A Dnote.php331 $this->reference[0]->setNoteText($this->scope->getRenderer()->renderNoteText($this));