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
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-09-07 02:32:00 +0400
committersgiehl <stefan@piwik.org>2013-09-07 03:04:14 +0400
commit17a672095fcb863e788a604fdbeadf196577fa03 (patch)
treeb3e4d488a5f576c4f7921c49a80b0fb153ba6c45 /core
parent9fe8bfc83fb846ece21f29deacf79fab8f4c5fc6 (diff)
removed unused deprecated method
Diffstat (limited to 'core')
-rw-r--r--core/View.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/View.php b/core/View.php
index d137457506..f4eca77395 100644
--- a/core/View.php
+++ b/core/View.php
@@ -265,12 +265,4 @@ class View implements ViewInterface
}
echo $view->render();
}
-
- /**
- * @deprecated
- */
- static public function factory($templateName = null)
- {
- throw new Exception("View::factory is deprecated. Use 'new View(\$templateFile)' instead.");
- }
}