ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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().
sspmod_statistics_StatDataset::aggregateSummary | ( | ) |
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().
sspmod_statistics_StatDataset::calculateMax | ( | ) |
Definition at line 83 of file StatDataset.php.
References $delimiter, $res, and sspmod_statistics_Graph_GoogleCharts\roof().
sspmod_statistics_StatDataset::getAxis | ( | ) |
sspmod_statistics_StatDataset::getDebugData | ( | ) |
sspmod_statistics_StatDataset::getDelimiter | ( | ) |
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().
sspmod_statistics_StatDataset::getDelimiterPresentationPie | ( | ) |
Definition at line 258 of file StatDataset.php.
References $key, getDelimiterPresentation(), and getTopDelimiters().
sspmod_statistics_StatDataset::getFileSlot | ( | ) |
sspmod_statistics_StatDataset::getMax | ( | ) |
sspmod_statistics_StatDataset::getPercentValues | ( | ) |
Definition at line 213 of file StatDataset.php.
sspmod_statistics_StatDataset::getPieData | ( | ) |
Definition at line 154 of file StatDataset.php.
References $piedata, and getTopDelimiters().
sspmod_statistics_StatDataset::getResults | ( | ) |
sspmod_statistics_StatDataset::getSummary | ( | ) |
sspmod_statistics_StatDataset::getTimeRes | ( | ) |
sspmod_statistics_StatDataset::getTopDelimiters | ( | ) |
Definition at line 128 of file StatDataset.php.
Referenced by getDelimiterPresentationPie(), and getPieData().
sspmod_statistics_StatDataset::loadData | ( | ) |
Definition at line 275 of file StatDataset.php.
References $i, $rule, and SimpleSAML\Utils\Arrays\arrayize().
Referenced by __construct().
sspmod_statistics_StatDataset::setDelimiter | ( | $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(), getDebugData(), 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.