PHP Class PartKeepr\StatisticBundle\Controller\StatisticController

Inheritance: extends FOS\RestBundle\Controller\FOSRestController
Afficher le fichier Open project: partkeepr/PartKeepr

Méthodes publiques

Méthode Description
getCurrentStatisticAction ( ) : array Returns the current system statistics.
getSampledStatisticAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array Returns the sampled statistics for a given period.
getStatisticRangeAction ( ) : array Returns the range in which statistics are available.

Method Details

getCurrentStatisticAction() public méthode

Returns the current system statistics.
public getCurrentStatisticAction ( ) : array
Résultat array

getSampledStatisticAction() public méthode

Returns the sampled statistics for a given period.
public getSampledStatisticAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Résultat array

getStatisticRangeAction() public méthode

Returns the range in which statistics are available.
public getStatisticRangeAction ( ) : array
Résultat array