![]() |
Framework
3.9
|
Inheritance diagram for FooterTotalColumn:
Collaboration diagram for FooterTotalColumn:Public Member Functions | |
| FooterTotalColumn ($field, $template="", $style="", $colspan=1, $typeHint=Number) | |
| onStartRow ($item) | |
| format () | |
| Renderering function for the footer column. More... | |
Public Member Functions inherited from FooterColumn | |
| FooterColumn ($style="", $colspan=1) | |
Public Attributes | |
| $total = 0 | |
| $template = "" | |
| $field = "" | |
Public Attributes inherited from FooterColumn | |
| $colspan | |
| The colspan for this column. More... | |
| $style | |
| Any CSS styles to be applied to this column. More... | |
Definition at line 171 of file data_column.inc.
| FooterTotalColumn::FooterTotalColumn | ( | $field, | |
$template = "", |
|||
$style = "", |
|||
$colspan = 1, |
|||
$typeHint = Number |
|||
| ) |
| string | $field | - the field to be totals |
| string | $template | - the formatting template |
| string | $style | |
| number | $colspan |
Definition at line 184 of file data_column.inc.
| FooterTotalColumn::format | ( | ) |
Renderering function for the footer column.
Reimplemented from FooterColumn.
Definition at line 233 of file data_column.inc.
| FooterTotalColumn::onStartRow | ( | $item | ) |
Definition at line 216 of file data_column.inc.
| FooterTotalColumn::$field = "" |
Definition at line 175 of file data_column.inc.
| FooterTotalColumn::$template = "" |
Definition at line 174 of file data_column.inc.
| FooterTotalColumn::$total = 0 |
Definition at line 173 of file data_column.inc.