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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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