previousAuth::setIdle() (Previous) (Next) Auth::setLogoutCallback()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth::setLoginCallback()

Auth::setLoginCallback() – Définit une fonction de callback lors d'identification réussie

Synopsis

void Auth::setLoginCallback ( string $loginCallback )

Description

Cette fonction définit une fonction de callback qui est appelé lors d'une identification effectuée avec succès.

La fonction de callback passera deux paramètres, le nom d'utilisareur qui a réussi son identification et une référence à l'objet Auth.

Parameter

string $loginCallback

la fonction de callback à utiliser

Note

This function can not be called statically.

previousAuth::setIdle() (Previous) (Next) Auth::setLogoutCallback()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.