PHP Class sspmod_statistics_StatDataset, simplesamlphp

Author: Andreas Åkre Solberg ([email protected])
Show file Open project: simplesamlphp/simplesamlphp

Protected Properties

Property Type Description
$datehandlerFile
$datehandlerTick
$delimiter
$fileslot
$max
$results
$ruleconfig
$ruleid
$statconfig
$summary
$timeres
$timeresconfig

Public Methods

Method Description
__construct ( $statconfig, $ruleconfig, $ruleid, $timeres, $fileslot ) Constructor
aggregateSummary ( )
availDelimiters ( )
calculateMax ( )
getAxis ( )
getDebugData ( )
getDelimiter ( )
getDelimiterPresentation ( )
getDelimiterPresentationPie ( )
getFileSlot ( )
getMax ( )
getPercentValues ( ) * Walk through dataset to get percent values from max into dataset[].
getPieData ( )
getResults ( )
getSummary ( )
getTimeRes ( )
getTopDelimiters ( )
loadData ( )
setDelimiter ( $delimiter = '_' )

Method Details

__construct() public method

Constructor
public __construct ( $statconfig, $ruleconfig, $ruleid, $timeres, $fileslot )

aggregateSummary() public method

public aggregateSummary ( )

availDelimiters() public method

public availDelimiters ( )

calculateMax() public method

public calculateMax ( )

getAxis() public method

public getAxis ( )

getDebugData() public method

public getDebugData ( )

getDelimiter() public method

public getDelimiter ( )

getDelimiterPresentation() public method

getDelimiterPresentationPie() public method

getFileSlot() public method

public getFileSlot ( )

getMax() public method

public getMax ( )

getPercentValues() public method

* Walk through dataset to get percent values from max into dataset[].
public getPercentValues ( )

getPieData() public method

public getPieData ( )

getResults() public method

public getResults ( )

getSummary() public method

public getSummary ( )

getTimeRes() public method

public getTimeRes ( )

getTopDelimiters() public method

public getTopDelimiters ( )

loadData() public method

public loadData ( )

setDelimiter() public method

public setDelimiter ( $delimiter = '_' )

Property Details

$datehandlerFile protected property

protected $datehandlerFile

$datehandlerTick protected property

protected $datehandlerTick

$delimiter protected property

protected $delimiter

$fileslot protected property

protected $fileslot

$max protected property

protected $max

$results protected property

protected $results

$ruleconfig protected property

protected $ruleconfig

$ruleid protected property

protected $ruleid

$statconfig protected property

protected $statconfig

$summary protected property

protected $summary

$timeres protected property

protected $timeres

$timeresconfig protected property

protected $timeresconfig