Lines Matching refs:note
617 $note = Registry::noteFactory()->make($xref, $tree);
618 $note = Auth::checkNoteAccess($note);
619 $name = $note->fullName();
629 'record' => $note,
639 $note = Registry::noteFactory()->make($xref, $tree);
640 $note = Auth::checkNoteAccess($note);
642 $this->addNoteToCart($note);
644 return redirect($note->url());
873 protected function addNoteToCart(Note $note): void argument
878 $tree = $note->tree()->name();
879 $xref = $note->xref();
893 $note = Registry::noteFactory()->make($xref, $record->tree());
895 if ($note instanceof Note && $note->canShow()) {
896 $this->addNoteToCart($note);