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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-01-15 06:44:40 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-16 03:02:28 +0300
commite656956c508e9aa66f334ddcf4ddb3d63427dfc9 (patch)
treec0e4e1661d174ab7f87036ad6d37504b67838ce1 /core/DataTable
parent09a64e7b31644accbd55036f773adea620f61aa4 (diff)
Missing phpdoc
Diffstat (limited to 'core/DataTable')
-rw-r--r--core/DataTable/Filter/Truncate.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/DataTable/Filter/Truncate.php b/core/DataTable/Filter/Truncate.php
index df0cf7509e..632eb2755e 100644
--- a/core/DataTable/Filter/Truncate.php
+++ b/core/DataTable/Filter/Truncate.php
@@ -85,6 +85,9 @@ class Truncate extends BaseFilter
}
}
+ /**
+ * @param DataTable $table
+ */
private function addSummaryRow($table)
{
$table->filter('Sort', array($this->columnToSortByBeforeTruncating, 'desc'));