|
xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Inheritance diagram for xHTML_UnfilteredText:
Collaboration diagram for xHTML_UnfilteredText:Public Member Functions | |
| __construct ($text="") | |
Public Member Functions inherited from xHTML_Text | |
| ReplaceContent ($content) | |
| AddContent ($text) | |
| SetContent ($text) | |
| ClearContent () | |
| GetContent () | |
| Render () | |
| ToString () | |
Public Member Functions inherited from xHTML_Item | |
| GetID () | |
| SetID ($id) | |
| GetParent () | |
| SetIDVisibility ($visible) | |
Additional Inherited Members | |
Protected Member Functions inherited from xHTML_Item | |
| SetProperty ($name, $value) | |
| ClearProperty ($name) | |
| AddCSSClass ($classname) | |
| CompactText ($text) | |
| AddContentBefore ($newContent) | |
| AddContentAfter ($newContent) | |
Protected Attributes inherited from xHTML_Text | |
| $text | |
Protected Attributes inherited from xHTML_Item | |
| $uniqid | |
| $tagname | |
| $contents | |
| $properties | |
| $autoclosed | |
| $bbenabled | |
| $parent | |
| xHTML_UnfilteredText::__construct | ( | $text = "" | ) |