From 5fcf4443d18005d99b2bdfcdd570db1d1c3de775 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 11 Nov 2013 14:30:50 +1300 Subject: Adding type hinting to API classes --- plugins/ExampleUI/API.php | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ExampleUI') 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 { -- cgit v1.2.3