Piwik\Plugins\Contents\Contents::addMetricTranslations PHP Метод

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

public addMetricTranslations ( &$translations )
    public function addMetricTranslations(&$translations)
    {
        $translations['nb_impressions'] = 'Contents_Impressions';
        $translations['nb_interactions'] = 'Contents_ContentInteractions';
        $translations['interaction_rate'] = 'Contents_InteractionRate';
    }