Element.php 175 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace SearchWP\Dependencies\RtfHtmlPhp; /* * Element is the parent class of all RTF elements, * like Group, ControlWord and ControlSymbol. */ class Element { }