First
A first module is called right after the authentification module. It
has the opportunity of handling the whole request before the normal
processing.
The module type constant is MODULE_FIRST.
The available API method is:
- mixed first_try( object id)
-
id is the request information object. For possible return
values see the responses chapter.
|