| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/phpgt/dom/src/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/phpgt/dom/src/DOMTokenListFactory.php |
<?php
namespace Gt\Dom;
class DOMTokenListFactory extends DOMTokenList {
public static function create(
callable $accessCallback,
callable $mutateCallback
):DOMTokenList {
return new DOMTokenList($accessCallback, $mutateCallback);
}
}