xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Public Member Functions | |
__construct ($text="") | |
Render () | |
ToString () | |
GetText () | |
![]() | |
ReplaceContent ($content) | |
AddContent ($text) | |
SetContent ($text) | |
ClearContent () | |
GetContent () | |
![]() | |
GetID () | |
SetID ($id) | |
GetParent () | |
SetIDVisibility ($visible) | |
Protected Member Functions | |
Filter () | |
![]() | |
SetProperty ($name, $value) | |
ClearProperty ($name) | |
AddCSSClass ($classname) | |
CompactText ($text) | |
AddContentBefore ($newContent) | |
AddContentAfter ($newContent) | |
Additional Inherited Members | |
![]() | |
$text | |
![]() | |
$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.