![]() |
Framework
3.9
|
Abstract base class for footer column definitions. More...
Inheritance diagram for FooterColumn:Public Member Functions | |
| FooterColumn ($style="", $colspan=1) | |
| format () | |
| Renderering function for the footer column. More... | |
Public Attributes | |
| $colspan | |
| The colspan for this column. More... | |
| $style | |
| Any CSS styles to be applied to this column. More... | |
Abstract base class for footer column definitions.
Definition at line 93 of file data_column.inc.
| FooterColumn::FooterColumn | ( | $style = "", |
|
$colspan = 1 |
|||
| ) |
Definition at line 98 of file data_column.inc.
|
abstract |
Renderering function for the footer column.
Reimplemented in FooterTotalColumn, FooterValueColumn, and FooterTextColumn.
| FooterColumn::$colspan |
The colspan for this column.
Definition at line 95 of file data_column.inc.
| FooterColumn::$style |
Any CSS styles to be applied to this column.
Definition at line 96 of file data_column.inc.