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/ExampleAPI
parent02cdcd77e8d6a5611e0521ad1a52c080172c98ec (diff)
Adding type hinting to API classes
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 5d9809334b..3972fb82e2 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -20,6 +20,7 @@ use Piwik\Version;
*
* Please see the <a href='http://dev.piwik.org/trac/browser/trunk/plugins/ExampleAPI/API.php#L1' target='_blank'>source code in in the file plugins/ExampleAPI/API.php</a> for more documentation.
* @package Piwik_ExampleAPI
+ * @method static \Piwik\Plugins\ExampleAPI\API getInstance()
*/
class API extends \Piwik\Plugin\API
{