Your IP : 216.73.216.14


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/phpgt/dom/src/
Upload File :
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);
	}
}