Searched refs:inheritedAttributes (Results 1 – 1 of 1) sorted by relevance
53 protected $inheritedAttributes; variable in setasign\\Fpdi\\PdfReader\\Page114 if ($this->inheritedAttributes === null) {115 $this->inheritedAttributes = [];125 $this->inheritedAttributes[$key] = $parentDict->value[$key];140 if (isset($this->inheritedAttributes[$name])) {141 return $this->inheritedAttributes[$name];