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:
authorThomas Steur <thomas.steur@googlemail.com>2014-12-04 07:44:31 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-04 07:44:31 +0300
commit72c2410ad4ba1fbab98f49f9ac60ab00827efe1e (patch)
tree7729f03793b31b923d6fb079358551cc5b4ceafe /core/Tracker/Handler
parente7c9010b02c87bee2fd84c20ae076f85fc3902e2 (diff)
refs #6075 added a bit of documentation
Diffstat (limited to 'core/Tracker/Handler')
-rw-r--r--core/Tracker/Handler/Factory.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Tracker/Handler/Factory.php b/core/Tracker/Handler/Factory.php
index 0f1421d0a2..c15def0fe4 100644
--- a/core/Tracker/Handler/Factory.php
+++ b/core/Tracker/Handler/Factory.php
@@ -27,6 +27,7 @@ class Factory
* @param \Piwik\Tracker\Handler &$handler Initialized to null, but can be set to
* a new handler object. If it isn't modified
* Piwik uses the default class.
+ * @ignore This event is not public yet as the Handler API is not really stable yet
*/
Piwik::postEvent('Tracker.newHandler', array(&$handler));