boolean Auth::getAuth (
)
Check if the user has been authenticated.
In previous versions, this function had a different behaviour than Auth::checkAuth()(). Now it is just an alias for Auth::checkAuth()().
boolean
-
If the user has already been authenticated, the function returns
TRUE. Otherwise it returns FALSE.
This function can not be called statically.