PHP 클래스 WhSumOperation

Displays a total of specified column name
저자: Antonio Ramirez ([email protected])
상속: extends WhOperation
파일 보기 프로젝트 열기: 2amigos/yiiwheels

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedTypes array the supported type of values
$total float the total sum

공개 메소드들

메소드 설명
displaySummary ( ) : mixed | void Displays the summary
init ( ) Widget's initialization method
processValue ( $value ) : mixed | void Process the value to calculate

보호된 메소드들

메소드 설명
extractNumber ( integer $value ) : boolean Extracts the digital part of the calculated value.

메소드 상세

displaySummary() 공개 메소드

Displays the summary
public displaySummary ( ) : mixed | void
리턴 mixed | void

extractNumber() 보호된 메소드

Extracts the digital part of the calculated value.
protected extractNumber ( integer $value ) : boolean
$value integer
리턴 boolean

init() 공개 메소드

Widget's initialization method
public init ( )

processValue() 공개 메소드

Process the value to calculate
public processValue ( $value ) : mixed | void
$value
리턴 mixed | void

프로퍼티 상세

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

the supported type of values
protected array $supportedTypes
리턴 array

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

the total sum
protected float $total
리턴 float