diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-15 15:07:23 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-15 15:07:23 -0400 |
commit | 6b4410d9eace776182f373886785cfd1f2736764 (patch) | |
tree | 0d4214f34336b679436e49d17f3f305684eda3f1 /EVENTS.txt | |
parent | 14662354dc501e811dd714aa72fd8001842ee672 (diff) |
add a hook to muck around with the arguments array after it's initialized
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 07fc446c3..e0ce11666 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -109,3 +109,5 @@ EndSubGroupNav: At the end of the subscriptions group nav menu RouterInitialized: After the router instance has been initialized - $m: the Net_URL_Mapper that has just been set up +ArgsInitialized: After the argument array has been initialized +- $args: associative array of arguments, can be modified |