PHP Class TbTotalSumColumn

Inheritance: extends TbDataColumn
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$totalExpression
$totalValue

Protected Properties

Property Type Description
$total

Public Methods

Method Description
init ( )

Protected Methods

Method Description
renderDataCellContent ( $row, $data )
renderFooterCellContent ( )

Method Details

init() public method

public init ( )

renderDataCellContent() protected method

protected renderDataCellContent ( $row, $data )

renderFooterCellContent() protected method

protected renderFooterCellContent ( )

Property Details

$total protected property

protected $total

$totalExpression public property

public $totalExpression

$totalValue public property

public $totalValue