Auth::getAuthData()

Auth::getAuthData() -- retrieve extra information stored within the auth session

Synopsis

mixed Auth::getAuthData (string $name)

Beschreibung

This function retrieves the value of a previously registered data field.

Parameter

string $name

the name of the data field

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.