]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
add StartInitializeRouter event
[quix0rs-gnu-social.git] / EVENTS.txt
index 5d34a9e13b75ef7ab3730037af4277cfdbd67216..d989557e64713360adeb986da99d467f0dfb3c64 100644 (file)
@@ -129,6 +129,9 @@ StartSubGroupNav: Showing the subscriptions group nav menu
 EndSubGroupNav: At the end of the subscriptions group nav menu
 - $action: the current action
 
+StartInitializeRouter: Before the router instance has been initialized; good place to add routes
+- $m: the Net_URL_Mapper that has just been set up
+
 RouterInitialized: After the router instance has been initialized
 - $m: the Net_URL_Mapper that has just been set up