Framework  3.9
FooterColumn Class Reference

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...
 

Detailed Description

Abstract base class for footer column definitions.

Author
andy

Definition at line 93 of file data_column.inc.

Member Function Documentation

◆ FooterColumn()

FooterColumn::FooterColumn (   $style = "",
  $colspan = 1 
)

Definition at line 98 of file data_column.inc.

99  {
100  $this->colspan = $colspan;
101  $this->style = $style;
102  }

◆ format()

FooterColumn::format ( )
abstract

Renderering function for the footer column.

Returns
string

Reimplemented in FooterTotalColumn, FooterValueColumn, and FooterTextColumn.

Member Data Documentation

◆ $colspan

FooterColumn::$colspan

The colspan for this column.

Definition at line 95 of file data_column.inc.

◆ $style

FooterColumn::$style

Any CSS styles to be applied to this column.

Definition at line 96 of file data_column.inc.


The documentation for this class was generated from the following file: