| 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/XPathResultFactory.php |
<?php
namespace Gt\Dom;
class XPathResultFactory extends XPathResult {
public static function create(
string $query,
Document $document,
Node|Element $context,
):XPathResult {
return new XPathResult($query, $document, $context);
}
}