Home
last modified time | relevance | path

Searched refs:inheritedAttributes (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPage.php53 protected $inheritedAttributes; variable in setasign\\Fpdi\\PdfReader\\Page
114 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];