|
xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Inheritance diagram for xHTML_Head:
Collaboration diagram for xHTML_Head:Public Member Functions | |
| __construct () | |
| SetTitle ($title) | |
| AddContent ($content) | |
| SetEncoding ($encoding) | |
| 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) | |
| AddCSSClass ($classname) | |
| CompactText ($text) | |
| AddContentBefore ($newContent) | |
| AddContentAfter ($newContent) | |
Protected Attributes inherited from xHTML_Item | |
| $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 |