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:
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 67f1f1d79a..3927ce5b89 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -21,6 +21,7 @@ use Piwik\Period\Range;
* display tables. See also the ExampleAPI plugin for an introduction to Piwik APIs.
*
* @package ExampleUI
+ * @method static \Piwik\Plugins\ExampleUI\API getInstance()
*/
class API extends \Piwik\Plugin\API
{