Auth::setLoginCallback()

Auth::setLoginCallback() -- set a callback for successful login attempts

Referentiesamenvatting

void Auth::setLoginCallback (string $loginCallback)

Beschrijving

This function sets a callback function which is called upon successful login of a user account.

The callback function will be passed two parameters, the username that successfully logged in and a reference to the Auth object.

Parameter

string $loginCallback

the call back function to use

Note

Deze functie kan niet statisch worden aangeroepen.