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
path: root/core/View
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-07-31 02:47:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-31 02:47:37 +0400
commit84a6fa7da882aae8717298f5e7ca1bdbd9c337ff (patch)
treebf15c1f281240d09f943449e25fac9f64890249d /core/View
parentae66dd9ddade00aba21839c07d6d167c2fd85be6 (diff)
Fixing post merge bugs
Diffstat (limited to 'core/View')
-rw-r--r--core/View/OneClickDone.php4
-rw-r--r--core/View/ReportsByDimension.php4
-rw-r--r--core/View/ViewInterface.php (renamed from core/View/Interface.php)4
3 files changed, 9 insertions, 3 deletions
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index d87be2dfe0..4e898e1ff7 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.php
@@ -9,6 +9,8 @@
* @package Piwik
*/
+namespace Piwik\View;
+
/**
* Post-update view
*
@@ -21,7 +23,7 @@
*
* @package Piwik
*/
-class Piwik_View_OneClickDone
+class OneClickDone
{
/**
* @var string
diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index 69ac869eb8..b394736271 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.php
@@ -8,6 +8,8 @@
* @category Piwik
* @package SmartyPlugins
*/
+namespace Piwik\View;
+
use Piwik\FrontController;
use Piwik\View;
use Piwik\Url;
@@ -19,7 +21,7 @@ use Piwik\Url;
* loads them by AJAX when clicked. The loaded report is displayed to the right
* of the report listing.
*/
-class Piwik_View_ReportsByDimension extends View
+class ReportsByDimension extends View
{
/**
* Constructor.
diff --git a/core/View/Interface.php b/core/View/ViewInterface.php
index a1730cebef..99f3370cad 100644
--- a/core/View/Interface.php
+++ b/core/View/ViewInterface.php
@@ -9,12 +9,14 @@
* @package Piwik
*/
+namespace Piwik\View;
+
/**
* Rendering interface for View and Piwik_Visualization
*
* @package Piwik
*/
-interface Piwik_View_Interface
+interface ViewInterface
{
/**
* Outputs the data.