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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-22 08:58:13 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-22 08:58:13 +0400
commit147d005be4ec08b400fc10a61c990f0f93bf10f9 (patch)
tree5ead90327a4e1cf1d3a10922d817b3556ebf559e /plugins/Live
parent9fcbf1d464a66b03263f9a3e99394f4031adc599 (diff)
update phpdoc comments
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/API.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index 136b350380..b6439a143f 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -15,6 +15,9 @@
*/
require_once PIWIK_INCLUDE_PATH . '/plugins/Live/Visitor.php';
+/**
+ * @package Piwik_Live
+ */
class Piwik_Live_API
{
static private $instance = null;