Files
main-website/ruty/mails/vendor/roundcube/rtf-html-php/src/Element.php
T
2024-03-11 00:57:00 +01:00

12 lines
155 B
PHP

<?php
namespace RtfHtmlPhp;
/**
* Element is the parent class of all RTF elements,
* like Group, ControlWord and ControlSymbol.
*/
class Element
{
}