xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Public Member Functions | |
__construct () | |
SetTitle ($title) | |
AddContent ($content) | |
SetEncoding ($encoding) | |
SetRedirection ($time, $URI) | |
![]() | |
__construct ($content=NULL) | |
GetID () | |
SetID ($id) | |
Render () | |
ToString () | |
GetParent () | |
ClearContent () | |
SetIDVisibility ($visible) | |
Additional Inherited Members | |
![]() | |
SetProperty ($name, $value) | |
ClearProperty ($name) | |
ReplaceContent ($content) | |
AddCSSClass ($classname) | |
CompactText ($text) | |
AddContentBefore ($newContent) | |
AddContentAfter ($newContent) | |
![]() | |
$uniqid | |
$tagname | |
$contents | |
$properties | |
$autoclosed | |
$bbenabled | |
$parent | |
xHTML_Head::__construct | ( | ) |
Default constructor
xHTML_Head::AddContent | ( | $content | ) |
xHTML_Head::SetEncoding | ( | $encoding | ) |
Sets encoding
string | $encoding | Encoding |
xHTML_Head::SetTitle | ( | $title | ) |
Sets page's title
string | $title | Page's title |