Lines Matching defs:scope
110 protected $scope;
137 public function __construct($scope, $namespaceName, $name) {
140 $this->scope = $scope;
154 $this->id = $this->scope->getNoteId();
186 return $this->scope;
256 $result .= $this->scope->getName();
266 $doc = $this->scope->getRenderer()->renderNote($mode, $this, $this->reference);
281 public function __construct($scope, $namespaceName, $name) {
282 parent::__construct($scope, $namespaceName, $name);
308 $exclude = $this->scope->getRenderer()->getReferencePrivateDataSet();
315 * scope limits will produce note blocks identical to ones during rendering.
331 $this->reference[0]->setNoteText($this->scope->getRenderer()->renderNoteText($this));