Lines Matching defs:note
56 protected $note;
62 public function __construct($note, $attributes, $data) {
67 $this->note = $note;
71 $this->id = $this->note->getScope()->getReferenceId();
86 return $this->note;
112 $result .= $this->note->getScope()->getName();
125 $doc = $this->note->getScope()->getRenderer()->renderReference($mode, $this);
140 public function __construct($note, $attributes, $data, $call) {
141 parent::__construct($note, $attributes, $data);
163 $include = $this->note->getScope()->getRenderer()->getReferenceSharedDataSet();