Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18846 программистов и 1632 робота. Сейчас ищут 1810 программистов ...
Auth::getAuth()
Вернуться к: Auth
Auth::getAuth()
Auth::getAuth() – check for an authenticated user
Synopsis
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()().
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.
Вернуться к: Auth