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:
authorsgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
committersgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
commitbfd7e1fa5d0df717d7e715a99cd741d76229f7d4 (patch)
tree88bb71abcb142612013781d0f3915734cb2dce7e /core/EventDispatcher.php
parent1f787b2c435d7e5b2e33d2aeffa821eccb546bf7 (diff)
fixed several doc blocks
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)