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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-14 04:50:06 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-14 04:50:06 +0400
commitdd44370cd44d6475f4e22f931cdb045c00ffe0ea (patch)
tree2fdb13c110c19e821d0f968a9db33f8198c63e18 /core/ViewDataTable.php
parent569150e52464e2f9656e774f1801352c32f3a2a6 (diff)
added interface for dataTable to be able to define the expected type in a function, maybe it makes sense to add/remove some methods from the interface?
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index f2a002af9d..d749b7aa92 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -47,7 +47,6 @@ use Piwik\Visualization\Request as VizRequest;
* }
* </pre>
*
- * @see \Piwik\ViewDataTable\Properties - for core DataTable display properties.
* @see factory() for all the available output (cloud tags, html table, pie chart, vertical bar chart)
* @package Piwik
* @subpackage ViewDataTable