| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/phpgt/dom/src/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/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);
}
}