whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Mapper
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Mapper/xslt_template.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Mapper; use Closure; use DOMDocument; use VeeWee\Xml\Dom\Document; use VeeWee\Xml\Xslt\Processor; use XSLTProcessor; /** * @param list<callable(XSLTProcessor): XSLTProcessor> $configurators * @return Closure(DOMDocument): string */ function xslt_template(Document $template, callable ... $configurators): Closure { return static fn (DOMDocument $document): string => Processor::fromTemplateDocument($template, ...$configurators)->transformDocumentToString( Document::fromUnsafeDocument($document) ); }
Copyright ©2021 || Defacer Indonesia