Class WhCountOfTypeOperation
WhOperation class
Abstract class where all types of column operations extend from
- CWidget
- WhOperation
- WhCountOfTypeOperation
Direct known subclasses
Indirect known subclasses
WhPercentOfTypeEasyPieOperation
,
WhPercentOfTypeGooglePieOperation
Package: YiiWheels\widgets\grid\operations
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/grid/operations/WhCountOfTypeOperation.php
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/grid/operations/WhCountOfTypeOperation.php
Methods summary
public
|
|
public
mixed|
|
|
public
mixed|
|
Methods inherited from WhOperation
Magic methods summary
Properties summary
public
string
|
$template |
#
$template |
public
string
|
$typeTemplate |
#
$typeTemplate holds the template of each calculated type |
public
array
|
$types |
#
$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') |