Class WhOperation
WhOperation class
Abstract class where all types of column operations extend from
- CWidget
- WhOperation
Direct known subclasses
Indirect known subclasses
WhPercentOfTypeEasyPieOperation
,
WhPercentOfTypeGooglePieOperation
,
WhPercentOfTypeOperation
Abstract
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/WhOperation.php
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/WhOperation.php
Methods summary
public
|
|
public
|
|
abstract public
mixed
|
|
abstract public
mixed
|
Magic methods summary
Properties summary
public
string
|
$template |
#
$template the template to display label and value of the operation at the summary |
public
integer
|
$value |
#
$value the resulted value of operation |
public
string
|
$label |
#
$label the label of the calculated value |
public
WhDataColumn
|
$column |
#
$column |