|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for sspmod_statistics_RatioDataset:
Collaboration diagram for sspmod_statistics_RatioDataset:Public Member Functions | |
| aggregateSummary () | |
| combine ($result1, $result2) | |
| getPieData () | |
Public Member Functions inherited from sspmod_statistics_StatDataset | |
| __construct ($statconfig, $ruleconfig, $ruleid, $timeres, $fileslot) | |
| Constructor. More... | |
| getFileSlot () | |
| getTimeRes () | |
| setDelimiter ($delimiter='_') | |
| getDelimiter () | |
| calculateMax () | |
| getDebugData () | |
| aggregateSummary () | |
| getTopDelimiters () | |
| availDelimiters () | |
| getPieData () | |
| getMax () | |
| getSummary () | |
| getResults () | |
| getAxis () | |
| getPercentValues () | |
| getDelimiterPresentation () | |
| getDelimiterPresentationPie () | |
| loadData () | |
Private Member Functions | |
| ag ($k, $a) | |
| divide ($v1, $v2) | |
Additional Inherited Members | |
Protected Attributes inherited from sspmod_statistics_StatDataset | |
| $statconfig | |
| $ruleconfig | |
| $timeresconfig | |
| $ruleid | |
| $fileslot | |
| $timeres | |
| $delimiter | |
| $results | |
| $summary | |
| $max | |
| $datehandlerFile | |
| $datehandlerTick | |
Definition at line 6 of file RatioDataset.php.
|
private |
Definition at line 41 of file RatioDataset.php.
Referenced by combine().
Here is the caller graph for this function:| sspmod_statistics_RatioDataset::aggregateSummary | ( | ) |
Aggregate summary table from dataset. To be used in the table view.
Reimplemented from sspmod_statistics_StatDataset.
Definition at line 8 of file RatioDataset.php.
References $key, $res, and divide().
Here is the call graph for this function:| sspmod_statistics_RatioDataset::combine | ( | $result1, | |
| $result2 | |||
| ) |
Definition at line 57 of file RatioDataset.php.
References $index, ag(), and divide().
Here is the call graph for this function:
|
private |
Definition at line 49 of file RatioDataset.php.
Referenced by aggregateSummary(), and combine().
Here is the caller graph for this function:| sspmod_statistics_RatioDataset::getPieData | ( | ) |
Reimplemented from sspmod_statistics_StatDataset.
Definition at line 73 of file RatioDataset.php.