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:
Diffstat (limited to 'core/EventDispatcher.php')
-rw-r--r--core/EventDispatcher.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php
index f39148c7a4..b1bc3daa1c 100644
--- a/core/EventDispatcher.php
+++ b/core/EventDispatcher.php
@@ -184,9 +184,11 @@ class Piwik_EventDispatcher
/**
* Post an event to the dispatcher which will notice the observers.
- *
+ *
* @param string $eventName The event name.
* @param array $params The parameter array to forward to observer callbacks.
+ * @param bool $pending
+ * @param null $plugins
* @return void
*/
function Piwik_PostEvent($eventName, $params = array(), $pending = false, $plugins = null)