Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-11-07 03:20:49 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-07 04:49:22 +0300
commitb870c6a83be9f319d2ade9299d0fbfda51cf9ebc (patch)
tree4f1cb87e5f25cb126e1a7d3cbe26ecee4e7de5fc /core/DataTable
parent6672912f7a5841784a97a1f5b5359df6b1a0f0bb (diff)
Converted Actions.get API method to use processed metrics.
Diffstat (limited to 'core/DataTable')
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
index 81d8eadf04..c905fc8081 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
@@ -23,6 +23,8 @@ use Piwik\DataTable\Row;
*
* $dataTable->queueFilter('ColumnCallbackAddColumnQuotient', array('bounce_rate', 'bounce_count', 'nb_visits', $precision = 2));
*
+ * TODO: deprecate filters meant for processed metrics? shouldn't remove, but could deprecate.
+ *
* @api
*/
class ColumnCallbackAddColumnQuotient extends BaseFilter