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 <benakamoorthi@fastmail.fm>2013-12-08 22:12:48 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:13:07 +0400
commit13297a804c38999aa790af93f1d599e3c809dc7d (patch)
treecdf7cb0b4df018853852a1af675041cd23944293 /core/DataTable/Filter/Sort.php
parent54bb5200d2567e51ff5a77dcd4dfa89195c169d9 (diff)
Fixes #4200, revised rest of @api classes/methods, closing ticket.
Diffstat (limited to 'core/DataTable/Filter/Sort.php')
-rw-r--r--core/DataTable/Filter/Sort.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 3976a2417b..16ebd80dc4 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -17,8 +17,9 @@ use Piwik\DataTable;
use Piwik\Metrics;
/**
- * Sorts a DataTable based on the value of a specific column.
- * Possible to specify a natural sorting (see php.net/natsort for details)
+ * Sorts a {@link DataTable} based on the value of a specific column.
+ *
+ * It is possible to specify a natural sorting (see [php.net/natsort](http://php.net/natsort) for details).
*
* @package Piwik
* @subpackage DataTable
@@ -186,7 +187,7 @@ class Sort extends Filter
}
/**
- * Sorts the given data table by defined column and sorting method
+ * See {@link Sort}.
*
* @param DataTable $table
* @return mixed