PHP Класс PartKeepr\StatisticBundle\Controller\StatisticController

Наследование: extends FOS\RestBundle\Controller\FOSRestController
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getCurrentStatisticAction() публичный Метод

Returns the current system statistics.
public getCurrentStatisticAction ( ) : array
Результат array

getSampledStatisticAction() публичный Метод

Returns the sampled statistics for a given period.
public getSampledStatisticAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Результат array

getStatisticRangeAction() публичный Метод

Returns the range in which statistics are available.
public getStatisticRangeAction ( ) : array
Результат array