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:
authorsgiehl <stefangiehl@gmail.com>2012-05-24 01:19:25 +0400
committersgiehl <stefangiehl@gmail.com>2012-05-24 01:19:25 +0400
commitf419aca5cae09792f879e5570c51da699d658599 (patch)
treed67c5aa457067a17e031c44309f20292eaaa1d8d /core/View.php
parent145bd36f2bc1183442415ea3f0d2fc42970be207 (diff)
completed a bunch of php doc blocks
git-svn-id: http://dev.piwik.org/svn/trunk@6300 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/View.php')
-rw-r--r--core/View.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/View.php b/core/View.php
index f48ad2058d..2d74f7673a 100644
--- a/core/View.php
+++ b/core/View.php
@@ -261,6 +261,8 @@ class Piwik_View implements Piwik_View_Interface
*
* @param string $templateName Template name (e.g., 'index')
* @param int $viewType View type (e.g., Piwik_View::CLI)
+ * @throws Exception
+ * @return Piwik_View|Piwik_View_OneClickDone
*/
static public function factory( $templateName = null, $viewType = null)
{