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 <stefan@piwik.org>2013-08-13 11:54:14 +0400
committersgiehl <stefan@piwik.org>2013-08-13 11:54:14 +0400
commitae1df6040210639c6b971042585d5e949e8f9c6d (patch)
treecb439b665f8808b948931351a307b95a88dc3ec6 /plugins/UserCountryMap
parentd11fbcb347e3071a6f728a0dd0befbb00568e21e (diff)
fixed some doc blocks
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/Controller.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php
index 2b86494681..93684b9da7 100644
--- a/plugins/UserCountryMap/Controller.php
+++ b/plugins/UserCountryMap/Controller.php
@@ -112,6 +112,10 @@ class Controller extends \Piwik\Controller
/**
* @param bool $standalone When set to true, the Top controls will be hidden to provide better full screen view
+ * @param bool $fetch
+ * @param bool|string $segmentOverride
+ *
+ * @return string
*/
public function realtimeMap($standalone = false, $fetch = false, $segmentOverride = false)
{