PHP Piwik\API Namespace

Nested Namespaces

Piwik\API\DataTableManipulator

Classes

Name Description
ApiRenderer API renderer
DataTableGenericFilter
DataTablePostProcessor Processes DataTables that should be served through Piwik's APIs. This processing handles special query parameters and computes processed metrics. It does not included rendering to output formats (eg, 'xml').
DocumentationGenerator Possible tags to use in APIs
Inconsistencies Contains logic to replicate inconsistencies in Piwik's API. This class exists to provide a way to clean up existing Piwik code and behavior without breaking backwards compatibility immediately.
Proxy Proxy is a singleton that has the knowledge of every method available, their parameters and default values.
Request Dispatches API requests to the appropriate API method.
ResponseBuilder