|
xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Inheritance diagram for xHTML_Meta:
Collaboration diagram for xHTML_Meta:Public Member Functions | |
| __construct () | |
| AddMeta ($name, $content) | |
| SetRedirection ($time, $URI) | |
Public Member Functions inherited from xHTML_Item | |
| __construct ($content=NULL) | |
| GetID () | |
| SetID ($id) | |
| Render () | |
| ToString () | |
| GetParent () | |
| ClearContent () | |
| SetIDVisibility ($visible) | |
Additional Inherited Members | |
Protected Member Functions inherited from xHTML_Item | |
| SetProperty ($name, $value) | |
| ClearProperty ($name) | |
| ReplaceContent ($content) | |
| AddContent ($content) | |
| AddCSSClass ($classname) | |
| CompactText ($text) | |
| AddContentBefore ($newContent) | |
| AddContentAfter ($newContent) | |
Protected Attributes inherited from xHTML_Item | |
| $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 |