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-18 14:03:00 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-18 14:03:00 +0300
commit1549db614355de2e68384302d239a75faf79f3e0 (patch)
treebfa5119ac82471972bbcc2690469d1e56cc53935 /core/DataTable
parentd9c00de03a9786c7902cb1c27d039e60a196106b (diff)
Removing TODOs and tweaking existing code.
Diffstat (limited to 'core/DataTable')
-rwxr-xr-xcore/DataTable/Filter/ColumnCallbackAddColumn.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackReplace.php2
4 files changed, 0 insertions, 8 deletions
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumn.php b/core/DataTable/Filter/ColumnCallbackAddColumn.php
index 56c291ae3a..27746c4f28 100755
--- a/core/DataTable/Filter/ColumnCallbackAddColumn.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumn.php
@@ -12,8 +12,6 @@ use Piwik\DataTable;
use Piwik\DataTable\BaseFilter;
/**
- * **This class is deprecated, use {@link Piwik\Plugin\ProcessedMetric}s instead.**
- *
* Adds a new column to every row of a {@link DataTable} based on the result of callback.
*
* **Basic usage example**
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
index ac9171973e..056c129440 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
@@ -11,8 +11,6 @@ namespace Piwik\DataTable\Filter;
use Piwik\Piwik;
/**
- * **This class is deprecated, use {@link Piwik\Plugin\ProcessedMetric}s instead.**
- *
* Calculates a percentage value for each row of a {@link DataTable} and adds the result
* to each row.
*
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
index 615d126c6a..81d8eadf04 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
@@ -13,8 +13,6 @@ use Piwik\DataTable;
use Piwik\DataTable\Row;
/**
- * **This class is deprecated, use {@link Piwik\Plugin\ProcessedMetric}s instead.**
- *
* Calculates the quotient of two columns and adds the result as a new column
* for each row of a DataTable.
*
diff --git a/core/DataTable/Filter/ColumnCallbackReplace.php b/core/DataTable/Filter/ColumnCallbackReplace.php
index 56616dfc68..3e167b5593 100644
--- a/core/DataTable/Filter/ColumnCallbackReplace.php
+++ b/core/DataTable/Filter/ColumnCallbackReplace.php
@@ -13,8 +13,6 @@ use Piwik\DataTable;
use Piwik\DataTable\Row;
/**
- * **This class is deprecated, use {@link Piwik\Plugin\ProcessedMetric}s instead.**
- *
* Replaces one or more column values in each row of a DataTable with the results
* of a callback.
*