Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
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])) { // *ANNOT…
201 $annot = array_pop($this->mpdf->InlineAnnots[$tag]); // *ANNOTATIONS*
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php394 var $InlineAnnots; variable in Mpdf\\Mpdf
1193 $this->InlineAnnots = [];