Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DColumns.php11 private function getTagInstance($tag) function in Mpdf\\Tag\\Columns
37 if ($t = $this->getTagInstance($this->mpdf->blk[$b]['tag'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php106 private function getTagInstance($tag)
239 if ($object = $this->getTagInstance($tag)) {
246 if ($object = $this->getTagInstance($tag)) {
109 private function getTagInstance($tag) global() function in Mpdf\\Tag