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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-11-18 18:41:50 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-11-18 20:12:09 +0400
commitefb4ef581222bc9ae572e57f6f792806c4a79c6f (patch)
tree84c5b3dbf486f1652229f0ec2117427461e52f0e /core/View
parent82a36f16c7b12e45d8710dbbcafd14f890c5b801 (diff)
Miscellaneous tweaks to config.
Diffstat (limited to 'core/View')
-rw-r--r--core/View/ViewInterface.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/View/ViewInterface.php b/core/View/ViewInterface.php
index 99f3370cad..2a0fb6c0c6 100644
--- a/core/View/ViewInterface.php
+++ b/core/View/ViewInterface.php
@@ -12,16 +12,17 @@
namespace Piwik\View;
/**
- * Rendering interface for View and Piwik_Visualization
+ * Rendering interface for all "view" types.
*
* @package Piwik
+ * @api
*/
interface ViewInterface
{
/**
- * Outputs the data.
+ * Outputs data.
*
* @return mixed (image, array, html...)
*/
function render();
-}
+} \ No newline at end of file