xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Public Member Functions | |
__construct () | |
AddMeta ($name, $content) | |
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) | |
AddContent ($content) | |
AddCSSClass ($classname) | |
CompactText ($text) | |
AddContentBefore ($newContent) | |
AddContentAfter ($newContent) | |
![]() | |
$uniqid | |
$tagname | |
$contents | |
$properties | |
$autoclosed | |
$bbenabled | |
$parent | |
xHTML_Meta::__construct | ( | ) |
Default constructor
string | $property | Property |
string | $value | Value |
xHTML_Meta::AddMeta | ( | $name, | |
$content | |||
) |
Adds a meta keywords
string | $name | Name of meta |
string | $content | Content |
xHTML_Meta::SetRedirection | ( | $time, | |
$URI | |||
) |
Creates a redirection Meta
int | $time | Time in seconds |
string | $URI | URI to be redirected |