◆ __construct()
xHTML_Table::__construct |
( |
| ) |
|
◆ AddContentAfter()
xHTML_Table::AddContentAfter |
( |
|
$newContent | ) |
|
Adds content after this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddContentBefore()
xHTML_Table::AddContentBefore |
( |
|
$newContent | ) |
|
Adds content before this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddContentMatrix()
xHTML_Table::AddContentMatrix |
( |
|
$i, |
|
|
|
$j, |
|
|
|
$content |
|
) |
| |
Adds content to matrix
- Parameters
-
row | $i | |
column | $j | |
xHTML_Item | string | $content | Content to add |
◆ AddCSSClass()
xHTML_Table::AddCSSClass |
( |
|
$classname | ) |
|
Adds a CSS class to this object
- Parameters
-
string | $classname | CSS class name |
Reimplemented from xHTML_Item.
◆ ClearContent()
xHTML_Table::ClearContent |
( |
| ) |
|
◆ Render()
◆ SetCellProperty()
xHTML_Table::SetCellProperty |
( |
|
$row, |
|
|
|
$column, |
|
|
|
$property, |
|
|
|
$value |
|
) |
| |
Add a property to a cell
- Parameters
-
int | $row | Row number |
int | $column | Column |
string | $property | Property name |
string | $value | Property value |
◆ SetProperty()
xHTML_Table::SetProperty |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Sets a property
- Parameters
-
string | $name | Property name |
string | $value | Property value |
Reimplemented from xHTML_Item.
◆ SetRowProperty()
xHTML_Table::SetRowProperty |
( |
|
$row, |
|
|
|
$property, |
|
|
|
$value |
|
) |
| |
Set property for a row
- Parameters
-
int | $row | Row number |
string | $property | Property name |
string | $value | Property value |
◆ ToString()
xHTML_Table::ToString |
( |
| ) |
|
Gets contents' string
- Returns
- string
Reimplemented from xHTML_Item.
The documentation for this class was generated from the following file: