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-10-15 04:11:31 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-15 04:11:31 +0400
commit07f66e0cbe9247e953e78d9b7f06519ff09385d1 (patch)
tree414132d23e098787d88b1a49fba3242635a38196 /core/EventDispatcher.php
parent1fd385a514ab9351ceefb58004873e1b8d7b29e7 (diff)
Type hint for Singleton
Enabling All plugins during tests
Diffstat (limited to 'core/EventDispatcher.php')
-rw-r--r--core/EventDispatcher.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php
index c57cea990e..642aaee3f7 100644
--- a/core/EventDispatcher.php
+++ b/core/EventDispatcher.php
@@ -16,6 +16,8 @@ use Piwik\Plugin;
/**
* This class allows code to post events from anywhere in Piwik and for
* plugins to associate callbacks to be executed when events are posted.
+ *
+ * @method \Piwik\EventDispatcher getInstance()
*/
class EventDispatcher extends Singleton
{