Auth::getAuth()

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

Synopsis

boolean Auth_HTTP::getAuth ()

Description

Check if the user has been authenticated.

Return value

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

Note

This function can not be called statically.