Home
last modified time | relevance | path

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

/plugin/refnotes/
H A Drendering.php63 abstract public function renderNote($mode, $note, $reference); function in refnotes_renderer_base
146 public function renderNote($mode, $note, $reference) { function in refnotes_renderer
147 return $this->noteRenderer->renderNote($mode, $note, $reference);
295 public function renderNote($mode, $note, $reference) { function in refnotes_basic_renderer
H A Dnote.php266 $doc = $this->scope->getRenderer()->renderNote($mode, $this, $this->reference);