YiiWheels
  • Package
  • Class
  • Tree

Packages

  • None
  • yiiwheels
    • behaviors
    • widgets
    • widgets
      • ace
      • box
      • datepicker
      • daterangepicker
      • datetimepicker
      • detail
      • fileupload
      • fileuploader
      • gallery
      • google
      • grid
        • behaviors
        • operations
      • highcharts
      • maskInput
      • maskmoney
      • modal
      • multiselect
      • rangeslider
      • redactor
      • select2
      • sparklines
      • switch
      • timeago
      • timepicker
      • toggle
      • typeahead

Classes

  • WhCountOfTypeOperation
  • WhOperation
  • WhPercentOfTypeEasyPieOperation
  • WhPercentOfTypeGooglePieOperation
  • WhPercentOfTypeOperation
  • WhSumOperation

Class WhSumOperation

WhOperation class

Abstract class where all types of column operations extend from

CWidget
Extended by WhOperation
Extended by WhSumOperation
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/WhSumOperation.php

Methods summary

public
# init( )

Widget's initialization method

Widget's initialization method

Throws

CException

Overrides

WhOperation::init
public mixed|
# displaySummary( )

Displays the summary

Displays the summary

Returns

mixed|
public mixed|
# processValue( mixed $value )

Process the value to calculate

Process the value to calculate

Parameters

$value
mixed
$value

Returns

mixed|
protected boolean
# extractNumber( integer $value )

Extracts the digital part of the calculated value.

Extracts the digital part of the calculated value.

Parameters

$value
integer
$value

Returns

boolean

Methods inherited from WhOperation

run()

Magic methods summary

Properties summary

protected float $total
#

$total the total sum

$total the total sum

protected array $supportedTypes
#

$supportedTypes the supported type of values

$supportedTypes the supported type of values

Properties inherited from WhOperation

$column, $label, $template, $value

YiiWheels API documentation generated by ApiGen 2.8.0