xHTML-o-MATIC
A mini framework for handling PHP web frontends.
Loading...
Searching...
No Matches
xHTML_Link Class Reference
+ Inheritance diagram for xHTML_Link:
+ Collaboration diagram for xHTML_Link:

Public Member Functions

 __construct ($content=NULL)
 
 SetHREF ($href)
 
 SetType ($type)
 
 SetRel ($rel)
 
- Public Member Functions inherited from xHTML_Item
 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
 

Constructor & Destructor Documentation

◆ __construct()

xHTML_Link::__construct (   $content = NULL)

Constructor

Parameters
NULL$contentIt is not used in this case

Reimplemented from xHTML_Item.

Member Function Documentation

◆ SetHREF()

xHTML_Link::SetHREF (   $href)

Sets HREF

Parameters
string$hrefHREF

◆ SetRel()

xHTML_Link::SetRel (   $rel)

Sets Rel

Parameters
string$rel

◆ SetType()

xHTML_Link::SetType (   $type)

Sets type

Parameters
string$typeType

The documentation for this class was generated from the following file: