]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Start and EndActionExecute added/fixed/documented
[quix0rs-gnu-social.git] / EVENTS.txt
index 088ce8c024b05079d724118f983220719277c56d..caa99f9638a82866d051e589f3255a03b83a10c7 100644 (file)
@@ -2,6 +2,13 @@ InitializePlugin: a chance to initialize a plugin in a complete environment
 
 CleanupPlugin: a chance to cleanup a plugin at the end of a program
 
+StartActionExecute: Right before the "prepare" call of the current Action
+- $action:  the current Action object
+- &$args:   array of arguments, referenced so you can modify the array
+
+EndActionExecute:   Right after the "handle" call of the current Action
+- $action:      the current Action object
+
 StartPrimaryNav: Showing the primary nav menu
 - $action: the current action