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:
Diffstat (limited to 'modules/iView.php')
-rw-r--r--modules/iView.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/modules/iView.php b/modules/iView.php
index 42003b4a72..c35edafa50 100644
--- a/modules/iView.php
+++ b/modules/iView.php
@@ -1,20 +1,20 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: APIable.php 162 2008-01-14 04:27:21Z matt $
- *
- * @package Piwik_Visualization
- */
-
-/**
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id: APIable.php 162 2008-01-14 04:27:21Z matt $
+ *
+ * @package Piwik_Visualization
+ */
+
+/**
* Piwik_ViewDataTable must create a $view attribute which implements this interface.
- *
- * @package Piwik_Visualization
- */
-interface Piwik_iView
+ *
+ * @package Piwik_Visualization
+ */
+interface Piwik_iView
{
/**
* Outputs the data.
@@ -22,6 +22,6 @@ interface Piwik_iView
*
* @return mixed
*
- */
- function render();
+ */
+ function render();
} \ No newline at end of file