Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/phpgt/dom/src/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/phpgt/dom/src/DocumentType.php

<?php
namespace Gt\Dom;

use DOMDocumentType;

/**
 * Represents a Node containing a doctype.
 */
class DocumentType extends DOMDocumentType {
	use ChildNode;
}