HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
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 |
Definition at line 951 of file TbExtendedGridView.php.
TbSumOperation::displaySummary | ( | ) |
Displays the summary
Reimplemented from TbOperation.
Definition at line 1013 of file TbExtendedGridView.php.
|
protected |
Extracts the digital part of the calculated value.
int | $value |
Definition at line 989 of file TbExtendedGridView.php.
TbSumOperation::init | ( | ) |
Widget's initialization method
CException |
Reimplemented from TbOperation.
Definition at line 967 of file TbExtendedGridView.php.
TbSumOperation::processValue | ( | $value | ) |
Process the value to calculate
$value |
Reimplemented from TbOperation.
Definition at line 1002 of file TbExtendedGridView.php.
|
protected |
Definition at line 961 of file TbExtendedGridView.php.
|
protected |
Definition at line 956 of file TbExtendedGridView.php.