summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 07:34:58 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 07:34:58 -0400
commit6937704ebd978a8b362edcaa6684d63971e54218 (patch)
tree0195eb0a771e719f7e83529c7a6f21491f7cf8ea /EVENTS.txt
parent58f85463efacc81a60a86a841f1a4403cd9f3949 (diff)
give plugins a chance to autoload their classes
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index e1dd73508..933907933 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -134,3 +134,6 @@ StartAccountSettingsNav: Before showing the account settings menu
EndAccountSettingsNav: After showing the account settings menu
- $action: the current action
+
+Autoload: When trying to autoload a class
+- $cls: the class being sought. A plugin might require_once the file for the class.