| Current Path : /var/www/clients/client3/web2/web/vendor/phpgt/dom/src/ |
| Current File : /var/www/clients/client3/web2/web/vendor/phpgt/dom/src/DocumentType.php |
<?php
namespace Gt\Dom;
use DOMDocumentType;
/**
* Represents a Node containing a doctype.
*/
class DocumentType extends DOMDocumentType {
use ChildNode;
}