HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbSumOperation Class Reference
Inheritance diagram for TbSumOperation:
Collaboration diagram for TbSumOperation:

Public Member Functions

 init ()
 processValue ($value)
 displaySummary ()
- Public Member Functions inherited from TbOperation
 run ()

Protected Member Functions

 extractNumber ($value)

Protected Attributes

 $total
 $supportedTypes = array('raw', 'text', 'ntext', 'number')

Additional Inherited Members

- Public Attributes inherited from TbOperation
 $template = '{label}: {value}'
 $value = 0
 $label
 $column

Detailed Description

Definition at line 951 of file TbExtendedGridView.php.

Member Function Documentation

TbSumOperation::displaySummary ( )

Displays the summary

Returns
mixed|void

Reimplemented from TbOperation.

Definition at line 1013 of file TbExtendedGridView.php.

TbSumOperation::extractNumber (   $value)
protected

Extracts the digital part of the calculated value.

Parameters
int$value
Returns
bool

Definition at line 989 of file TbExtendedGridView.php.

TbSumOperation::init ( )

Widget's initialization method

Exceptions
CException

Reimplemented from TbOperation.

Definition at line 967 of file TbExtendedGridView.php.

TbSumOperation::processValue (   $value)

Process the value to calculate

Parameters
$value
Returns
mixed|void

Reimplemented from TbOperation.

Definition at line 1002 of file TbExtendedGridView.php.

Member Data Documentation

TbSumOperation::$supportedTypes = array('raw', 'text', 'ntext', 'number')
protected

Definition at line 961 of file TbExtendedGridView.php.

TbSumOperation::$total
protected

Definition at line 956 of file TbExtendedGridView.php.


The documentation for this class was generated from the following file: