| Current Path : /var/www/clients/client3/web2/web/vendor/phpgt/dom/src/ |
| Current File : /var/www/clients/client3/web2/web/vendor/phpgt/dom/src/CharacterData.php |
<?php
namespace Gt\Dom;
/**
* Represents a Node object that contains characters.
*
* @inheritdoc ChildNode
*/
class CharacterData extends \DOMCharacterData {
use LiveProperty, NonDocumentTypeChildNode, ChildNode;
}