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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-13 05:49:02 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-13 05:49:02 +0400
commitae75d23848edd274094b7bb54b98a6af36338a24 (patch)
tree1af69223805a275adbcdb1c4ce2ed221bbe338de /plugins/UserCountryMap
parent7e3a751a99f00569a33b03fbeecc8e2543eb9b56 (diff)
parent349f28088cac598b3c9a8e5686fefbd9aaef8cc4 (diff)
Merge branch 'master' of github.com:piwik/piwik into pleineLune__less-installation
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/UserCountryMap.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/UserCountryMap/UserCountryMap.php b/plugins/UserCountryMap/UserCountryMap.php
index 254182acd8..0b3d3298f4 100644
--- a/plugins/UserCountryMap/UserCountryMap.php
+++ b/plugins/UserCountryMap/UserCountryMap.php
@@ -15,6 +15,9 @@
*/
class Piwik_UserCountryMap extends Piwik_Plugin
{
+ /**
+ * @see Piwik_Plugin::getInformation
+ */
public function getInformation()
{
return array(
@@ -40,6 +43,9 @@ class Piwik_UserCountryMap extends Piwik_Plugin
$out .= Piwik_FrontController::getInstance()->fetchDispatch('UserCountryMap', 'visitorMap');
}
+ /**
+ * @see Piwik_Plugin::getListHooksRegistered
+ */
public function getListHooksRegistered()
{
$hooks = array(