PartKeepr\StatisticBundle\Controller\StatisticController::getStatisticRangeAction PHP 메소드

getStatisticRangeAction() 공개 메소드

Returns the range in which statistics are available.
public getStatisticRangeAction ( ) : array
리턴 array
    public function getStatisticRangeAction()
    {
        return $this->get('partkeepr.statistic.service')->getStatisticRange();
    }