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/Referrers/API.php
parent02cdcd77e8d6a5611e0521ad1a52c080172c98ec (diff)
Adding type hinting to API classes
Diffstat (limited to 'plugins/Referrers/API.php')
-rw-r--r--plugins/Referrers/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Referrers/API.php b/plugins/Referrers/API.php
index 910ca86488..bc32fbfb99 100644
--- a/plugins/Referrers/API.php
+++ b/plugins/Referrers/API.php
@@ -29,6 +29,7 @@ use Piwik\Piwik;
* The methods "getKeywordsForPageUrl" and "getKeywordsForPageTitle" are used to output the top keywords used to find a page.
* Check out the widget <a href='http://demo.piwik.org/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Referrers&actionToWidgetize=getKeywordsForPage&idSite=7&period=day&date=2011-02-15&disableLink=1' target='_blank'>"Top keywords used to find this page"</a> that you can easily re-use on your website.
* @package Referrers
+ * @method static \Piwik\Plugins\Referrers\API getInstance()
*/
class API extends \Piwik\Plugin\API
{