Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php48 if (!isset($this->mpdf->InlineAnnots[$tag])) {
49 $this->mpdf->InlineAnnots[$tag] = [];
51 $this->mpdf->InlineAnnots[$tag][] = $annot;
191 if (!empty($this->mpdf->InlineAnnots[$tag])) {
192 $annot = $this->mpdf->InlineAnnots[$tag];
194 unset($this->mpdf->InlineAnnots[$tag]); // *ANNOTATIONS*
200 if (isset($this->mpdf->InlineAnnots[$tag]) && count($this->mpdf->InlineAnnots[$tag])) { // *ANNOTATIONS*
201 $annot = array_pop($this->mpdf->InlineAnnots[$tag]); // *ANNOTATIONS*
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php394 var $InlineAnnots;
1193 $this->InlineAnnots = [];
400 var $InlineAnnots; global() variable in Mpdf\\Mpdf