Auth::getAuth()

Auth::getAuth() -- check for an authenticated user

Synopsis

boolean Auth::getAuth ()

Beschreibung

Check if the user has been authenticated.

Rückgabewert

boolean - If the user has already been authenticated, the function returns TRUE. Otherwise it returns FALSE.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.