Craft\RetourVariable::getRecentStatistics PHP Метод

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

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