Document, how return values of hooks are handled.

This commit is contained in:
Marcel Klehr 2012-09-12 17:15:38 +02:00
parent 70fe1a7451
commit 40572b13b9
4 changed files with 12 additions and 11 deletions

View file

@ -1,11 +1,6 @@
# Server-side hooks
These hooks are called on server-side.
All hooks registered to these events are called with two arguments:
1. name - the name of the hook being called
2. context - an object with some relevant information about the context of the call
## loadSettings
Called from: src/node/server.js