PHP 클래스 TbTotalSumColumn

상속: extends TbDataColumn
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$totalExpression
$totalValue

보호된 프로퍼티들

프로퍼티 타입 설명
$total

공개 메소드들

메소드 설명
init ( )

보호된 메소드들

메소드 설명
renderDataCellContent ( $row, $data )
renderFooterCellContent ( )

메소드 상세

init() 공개 메소드

public init ( )

renderDataCellContent() 보호된 메소드

protected renderDataCellContent ( $row, $data )

renderFooterCellContent() 보호된 메소드

protected renderFooterCellContent ( )

프로퍼티 상세

$total 보호되어 있는 프로퍼티

protected $total

$totalExpression 공개적으로 프로퍼티

public $totalExpression

$totalValue 공개적으로 프로퍼티

public $totalValue