|
xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Inheritance diagram for xHTML_FilteredText:
Collaboration diagram for xHTML_FilteredText:Public Member Functions | |
| __construct ($text="") | |
| Render () | |
| ToString () | |
| GetText () | |
Public Member Functions inherited from xHTML_Text | |
| ReplaceContent ($content) | |
| AddContent ($text) | |
| SetContent ($text) | |
| ClearContent () | |
| GetContent () | |
Public Member Functions inherited from xHTML_Item | |
| GetID () | |
| SetID ($id) | |
| GetParent () | |
| SetIDVisibility ($visible) | |
Protected Member Functions | |
| Filter () | |
Protected Member Functions inherited from xHTML_Item | |
| SetProperty ($name, $value) | |
| ClearProperty ($name) | |
| AddCSSClass ($classname) | |
| CompactText ($text) | |
| AddContentBefore ($newContent) | |
| AddContentAfter ($newContent) | |
Additional Inherited Members | |
Protected Attributes inherited from xHTML_Text | |
| $text | |
Protected Attributes inherited from xHTML_Item | |
| $uniqid | |
| $tagname | |
| $contents | |
| $properties | |
| $autoclosed | |
| $bbenabled | |
| $parent | |
| xHTML_FilteredText::__construct | ( | $text = "" | ) |
|
protected |
Filters text to comply with HTML special chars
| xHTML_FilteredText::GetText | ( | ) |
Gets filtered text
| xHTML_FilteredText::Render | ( | ) |
Filters and renders text in an HTML form
Reimplemented from xHTML_Text.
Reimplemented in xHTML_BBCodeText.
| xHTML_FilteredText::ToString | ( | ) |
Gets contents' string
Reimplemented from xHTML_Text.
Reimplemented in xHTML_BBCodeText.