![]() |
Framework
3.9
|
Text footer column definition. More...
Inheritance diagram for FooterTextColumn:
Collaboration diagram for FooterTextColumn:Public Member Functions | |
| FooterTextColumn ($text="", $style="", $colspan=1) | |
| Creates a new FooterTextColumn. More... | |
| format () | |
| Renderering function for the footer column. More... | |
Public Member Functions inherited from FooterColumn | |
| FooterColumn ($style="", $colspan=1) | |
Public Attributes | |
| $text | |
| The text to display in this footer column. More... | |
Public Attributes inherited from FooterColumn | |
| $colspan | |
| The colspan for this column. More... | |
| $style | |
| Any CSS styles to be applied to this column. More... | |
Text footer column definition.
Definition at line 115 of file data_column.inc.
| FooterTextColumn::FooterTextColumn | ( | $text = "", |
|
$style = "", |
|||
$colspan = 1 |
|||
| ) |
Creates a new FooterTextColumn.
| $text | the text to display |
| $style | any CSS classes or inline styles to apply |
| $colspan | the colspan for the column |
Definition at line 125 of file data_column.inc.
| FooterTextColumn::format | ( | ) |
Renderering function for the footer column.
Reimplemented from FooterColumn.
Definition at line 135 of file data_column.inc.
| FooterTextColumn::$text |
The text to display in this footer column.
Definition at line 117 of file data_column.inc.