PHP Класс Piwik\API\Inconsistencies

Code that handles the case when the 'format_metrics' query parameter value is 'bc' should be removed as well. This code is in API\Request and DataTablePostProcessor. Should be removed before releasing Piwik 3.0.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getPercentMetricsToFormat ( ) In Piwik 2.X and below, the "raw" API would format percent values but no others.

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

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

This method returns the list of percent metrics that were returned from the API formatted so we can maintain BC. Used by DataTablePostProcessor.