Auth::getAuth() -- check for a authenticated user
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