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:
authormattab <matthieu.aubry@gmail.com>2013-11-11 05:30:50 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-11 05:30:50 +0400
commit5fcf4443d18005d99b2bdfcdd570db1d1c3de775 (patch)
treec54ecb5ae93b6412ed12feb85386eac5aa3b182a /plugins/ExampleUI
parent02cdcd77e8d6a5611e0521ad1a52c080172c98ec (diff)
Adding type hinting to API classes
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
{