|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for sspmod_statistics_StatDataset:
Collaboration diagram for sspmod_statistics_StatDataset:Public Member Functions | |
| __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 () | |
Protected Attributes | |
| $statconfig | |
| $ruleconfig | |
| $timeresconfig | |
| $ruleid | |
| $fileslot | |
| $timeres | |
| $delimiter | |
| $results | |
| $summary | |
| $max | |
| $datehandlerFile | |
| $datehandlerTick | |
Definition at line 8 of file StatDataset.php.
| sspmod_statistics_StatDataset::__construct | ( | $statconfig, | |
| $ruleconfig, | |||
| $ruleid, | |||
| $timeres, | |||
| $fileslot | |||
| ) |
Constructor.
Definition at line 30 of file StatDataset.php.
References $datehandlerTick, $fileslot, $ruleconfig, $ruleid, $statconfig, $timeres, and loadData().
Here is the call graph for this function:| sspmod_statistics_StatDataset::aggregateSummary | ( | ) |
Reimplemented in sspmod_statistics_RatioDataset.
Definition at line 111 of file StatDataset.php.
| sspmod_statistics_StatDataset::availDelimiters | ( | ) |
Definition at line 145 of file StatDataset.php.
References $key.
Referenced by getDelimiterPresentation().
Here is the caller graph for this function:| sspmod_statistics_StatDataset::calculateMax | ( | ) |
Definition at line 83 of file StatDataset.php.
References $delimiter, $res, and sspmod_statistics_Graph_GoogleCharts\roof().
Here is the call graph for this function:| sspmod_statistics_StatDataset::getAxis | ( | ) |
Definition at line 183 of file StatDataset.php.
| sspmod_statistics_StatDataset::getDebugData | ( | ) |
Definition at line 95 of file StatDataset.php.
References $res.
| sspmod_statistics_StatDataset::getDelimiter | ( | ) |
Definition at line 75 of file StatDataset.php.
References $delimiter.
| sspmod_statistics_StatDataset::getDelimiterPresentation | ( | ) |
Definition at line 233 of file StatDataset.php.
References $config, $t, availDelimiters(), SimpleSAML_Configuration\getInstance(), and SimpleSAML\Module\resolveClass().
Referenced by getDelimiterPresentationPie().
Here is the call graph for this function:
Here is the caller graph for this function:| sspmod_statistics_StatDataset::getDelimiterPresentationPie | ( | ) |
Definition at line 258 of file StatDataset.php.
References $key, getDelimiterPresentation(), and getTopDelimiters().
Here is the call graph for this function:| sspmod_statistics_StatDataset::getFileSlot | ( | ) |
Definition at line 57 of file StatDataset.php.
References $fileslot.
| sspmod_statistics_StatDataset::getMax | ( | ) |
| sspmod_statistics_StatDataset::getPercentValues | ( | ) |
Definition at line 213 of file StatDataset.php.
| sspmod_statistics_StatDataset::getPieData | ( | ) |
Reimplemented in sspmod_statistics_RatioDataset.
Definition at line 154 of file StatDataset.php.
References $piedata, and getTopDelimiters().
Here is the call graph for this function:| sspmod_statistics_StatDataset::getResults | ( | ) |
| sspmod_statistics_StatDataset::getSummary | ( | ) |
| sspmod_statistics_StatDataset::getTimeRes | ( | ) |
Definition at line 62 of file StatDataset.php.
References $timeres.
| sspmod_statistics_StatDataset::getTopDelimiters | ( | ) |
Definition at line 128 of file StatDataset.php.
Referenced by getDelimiterPresentationPie(), and getPieData().
Here is the caller graph for this function:| sspmod_statistics_StatDataset::loadData | ( | ) |
Definition at line 275 of file StatDataset.php.
References $i, $rule, and SimpleSAML\Utils\Arrays\arrayize().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| sspmod_statistics_StatDataset::setDelimiter | ( | $delimiter = '_' | ) |
Definition at line 67 of file StatDataset.php.
References $delimiter.
|
protected |
Definition at line 23 of file StatDataset.php.
|
protected |
Definition at line 24 of file StatDataset.php.
Referenced by __construct().
|
protected |
Definition at line 18 of file StatDataset.php.
Referenced by calculateMax(), getDelimiter(), and setDelimiter().
|
protected |
Definition at line 15 of file StatDataset.php.
Referenced by __construct(), and getFileSlot().
|
protected |
Definition at line 21 of file StatDataset.php.
Referenced by getMax().
|
protected |
Definition at line 19 of file StatDataset.php.
Referenced by getResults().
|
protected |
Definition at line 11 of file StatDataset.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file StatDataset.php.
Referenced by __construct().
|
protected |
Definition at line 10 of file StatDataset.php.
Referenced by __construct().
|
protected |
Definition at line 20 of file StatDataset.php.
Referenced by getSummary().
|
protected |
Definition at line 16 of file StatDataset.php.
Referenced by __construct(), and getTimeRes().
|
protected |
Definition at line 12 of file StatDataset.php.