SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 208 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


msg Error message if deletion failed.
onLoginFailure
Description
During a failed login this handles an array derived from a
JAuthenticationResponse object. See authentication plugins earlier in
this chapter.
Parameters
response
JAuthenticationResponse object as returned
from the onAuthenticate event, explained
earlier in the chapter.
onLoginUser
Description
During a successful login this handles an array derived from a
JAuthenticationResponse object. See authentication plugins earlier in this
chapter. This is not used to authenticate a user's login.
Parameters
user
JAuthenticationResponse object as returned
from the onAuthenticate event, explained
earlier in the chapter.
remember True if the user wants to be 'remembered'.
Returns Boolean false on failure.
onLogoutUser
Description
User is attempting to logout. The user plugin 'joomla' destroys the session
at this point.
Parameters
user
Associative array of user details. Only has
the keys 'id', which is the user's ID, and
'username', which is the user's username.


Pages:
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220