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

Public Member Functions

 __construct ($text="")
 
 Render ()
 
 ToString ()
 
 GetContent ()
 
- Public Member Functions inherited from xHTML_UnparsedCode
 ReplaceContent ($content)
 
 AddContent ($content)
 
 AddContentBefore ($newContent)
 
 AddContentAfter ($newContent)
 
 SetContent ($content)
 
 ClearContent ()
 
 IsEmpty ()
 
- Public Member Functions inherited from xHTML_Item
 GetID ()
 
 SetID ($id)
 
 GetParent ()
 
 SetIDVisibility ($visible)
 

Protected Member Functions

 GetRawContent ()
 
- Protected Member Functions inherited from xHTML_Item
 SetProperty ($name, $value)
 
 ClearProperty ($name)
 
 AddCSSClass ($classname)
 
 CompactText ($text)
 

Additional Inherited Members

- Protected Attributes inherited from xHTML_Item
 $uniqid
 
 $tagname
 
 $contents
 
 $properties
 
 $autoclosed
 
 $bbenabled
 
 $parent
 

Constructor & Destructor Documentation

◆ __construct()

xHTML_CDATA::__construct (   $text = "")

Default constructor

Reimplemented from xHTML_UnparsedCode.

Reimplemented in xHTML_CDATA_Javascript.

Member Function Documentation

◆ GetContent()

xHTML_CDATA::GetContent ( )

Gets content without render

Reimplemented from xHTML_UnparsedCode.

Reimplemented in xHTML_CDATA_Javascript.

◆ Render()

xHTML_CDATA::Render ( )

Custom renderer for this class

Reimplemented from xHTML_UnparsedCode.

Reimplemented in xHTML_CDATA_Javascript.

◆ ToString()

xHTML_CDATA::ToString ( )

Gets content's string

Returns
string

Reimplemented from xHTML_UnparsedCode.

Reimplemented in xHTML_CDATA_Javascript.


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