Craft\RetourVariable::getRecentStatistics PHP Method

getRecentStatistics() public method

* -- getStatistics
public getRecentStatistics ( $days, $handled )
    function getRecentStatistics($days, $handled)
    {
        return craft()->retour->getRecentStatistics($days, $handled);
    }