ok
Direktori : /proc/self/root/home2/selectio/www/limpiar.in.net/vendor/mpdf/mpdf/src/Tag/ |
Current File : //proc/self/root/home2/selectio/www/limpiar.in.net/vendor/mpdf/mpdf/src/Tag/Toc.php |
<?php namespace Mpdf\Tag; class Toc extends Tag { public function open($attr, &$ahtml, &$ihtml) { //added custom-tag - set Marker for insertion later of ToC $this->tableOfContents->openTagTOC($attr); } public function close(&$ahtml, &$ihtml) { } }