Lines Matching defs:note
13 private $note;
20 public function __construct($note, $limit) {
21 $this->note = new ArrayObject($note);
25 parent::__construct($this->note->getIterator());
74 foreach ($this->note as $note) {
75 if ($note->isValid()) {
224 * Checks if the note should be processed
257 $result .= ':note' . $this->id;
294 $note = refnotes_reference_database::getInstance()->findNote($name);
296 if ($note != NULL) {
297 $this->attributes = $note->getAttributes();
298 $this->data = $note->getData();
314 * Checks if the note should be processed. Simple notes are also reported as valid so that
315 * scope limits will produce note blocks identical to ones during rendering.
323 * Inject note text into the first reference.