Framework  3.9
FooterTextColumn Class Reference

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 Attributes

 $text
 The text to display in this footer column. More...
 

Detailed Description

Text footer column definition.

Author
andy

Definition at line 115 of file data_column.inc.

Member Function Documentation

◆ FooterTextColumn()

FooterTextColumn::FooterTextColumn (   $text = "",
  $style = "",
  $colspan = 1 
)

Creates a new FooterTextColumn.

Parameters
$textthe text to display
$styleany CSS classes or inline styles to apply
$colspanthe colspan for the column

Definition at line 125 of file data_column.inc.

126  {
127  $this->text = $text;
128  $this->FooterColumn($style, $colspan);
129  }

◆ format()

FooterTextColumn::format ( )

Renderering function for the footer column.

Returns
string

Reimplemented from FooterColumn.

Definition at line 135 of file data_column.inc.

136  {
137  return $this->text;
138  }

Member Data Documentation

◆ $text

FooterTextColumn::$text

The text to display in this footer column.

Definition at line 117 of file data_column.inc.


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