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.
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
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.