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/API/API.php')
-rw-r--r--plugins/API/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index a8e72b0c92..7f4017c238 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -45,6 +45,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/Config.php';
* More information on the <a href='http://piwik.org/docs/analytics-api/metadata/' target='_blank'>Metadata API documentation page</a>
*
* @package Piwik_API
+ * @method static \Piwik\Plugins\API\API getInstance()
*/
class API extends \Piwik\Plugin\API
{