|
| CompactText ($text) |
|
| $uniqid |
|
| $tagname |
|
| $contents |
|
| $properties |
|
| $autoclosed |
|
| $bbenabled |
|
| $parent |
|
◆ __construct()
xHTML_A::__construct |
( |
|
$content = NULL | ) |
|
Default constructor
Reimplemented from xHTML_Item.
◆ AddContent()
xHTML_A::AddContent |
( |
|
$content | ) |
|
Adds content
- Parameters
-
string | HTML_Item | $content | Content to add |
Reimplemented from xHTML_Item.
◆ AddContentAfter()
xHTML_A::AddContentAfter |
( |
|
$newContent | ) |
|
Adds content after this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddContentBefore()
xHTML_A::AddContentBefore |
( |
|
$newContent | ) |
|
Adds content before this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddCSSClass()
xHTML_A::AddCSSClass |
( |
|
$classname | ) |
|
Adds a CSS class to this object
- Parameters
-
string | $classname | CSS class name |
Reimplemented from xHTML_Item.
◆ ClearProperty()
xHTML_A::ClearProperty |
( |
|
$name | ) |
|
Clears a property
- Parameters
-
Reimplemented from xHTML_Item.
◆ LoadInNewPage()
xHTML_A::LoadInNewPage |
( |
| ) |
|
Sets if this anchor has to be loaded on another page
◆ ReplaceContent()
xHTML_A::ReplaceContent |
( |
|
$content | ) |
|
Replaces content
- Parameters
-
string | xHTML_Item | array | $content | Content to replace |
Reimplemented from xHTML_Item.
◆ SetLink()
xHTML_A::SetLink |
( |
|
$link | ) |
|
Sets link for anchor
- Parameters
-
◆ SetProperty()
xHTML_A::SetProperty |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Sets a property
- Parameters
-
string | $name | Property name |
string | $value | Property value |
Reimplemented from xHTML_Item.
The documentation for this class was generated from the following file: