Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DIndexEntry.php5 class IndexEntry extends Tag class
12 $this->mpdf->IndexEntry(htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES), $attr['XREF']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php7131 $this->IndexEntry($objattr['CONTENT']);
23940 function IndexEntry($txt, $xref = '') function in Mpdf\\Mpdf