PHP 클래스 WhCountOfTypeOperation

Renders a summary based on the count of specified types. For example, if a value has a type 'blue', this class will count the number of times the value 'blue' has on that column.
저자: Antonio Ramirez ([email protected])
상속: extends WhOperation
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$template string
$typeTemplate string holds the template of each calculated type
$types array hold the configuration of types to calculate. The configuration is set by an array which keys are the value types to count. You can set their 'label' independently.
 'types' => array(
     '0' => array('label' => 'zeros'),
     '1' => array('label' => 'ones'),
     '2' => array('label' => 'twos')

공개 메소드들

메소드 설명
displaySummary ( ) : mixed | void (no phpDoc)
init ( ) Widget's initialization
processValue ( $value ) : mixed | void (no phpDoc)

메소드 상세

displaySummary() 공개 메소드

(no phpDoc)
또한 보기: TbOperation
public displaySummary ( ) : mixed | void
리턴 mixed | void

init() 공개 메소드

Widget's initialization
public init ( )

processValue() 공개 메소드

(no phpDoc)
또한 보기: TbOperation
public processValue ( $value ) : mixed | void
$value
리턴 mixed | void

프로퍼티 상세

$template 공개적으로 프로퍼티

또한 보기: parent class
public string $template
리턴 string

$typeTemplate 공개적으로 프로퍼티

holds the template of each calculated type
public string $typeTemplate
리턴 string

$types 공개적으로 프로퍼티

hold the configuration of types to calculate. The configuration is set by an array which keys are the value types to count. You can set their 'label' independently.
 'types' => array(
     '0' => array('label' => 'zeros'),
     '1' => array('label' => 'ones'),
     '2' => array('label' => 'twos')
public array $types
리턴 array