Public Member Functions | |
| __construct () | |
| Constructor. | |
| isLoggedIn () | |
| Check if the user successfully logged in. | |
| isAdmin () | |
| Check if the user logged in as administrator. | |
| isGod () | |
| Check if the user logged in as superadmin. | |
| validateUser () | |
| Get current user's level. | |
Public Attributes | |
| $_session | |
| pointer to global var $session | |
Definition at line 37 of file auth.php.
| Auth::isLoggedIn | ( | ) |
| Auth::isAdmin | ( | ) |
Check if the user logged in as administrator.
Definition at line 74 of file auth.php.
References isLoggedIn().
Referenced by isGod().
| Auth::isGod | ( | ) |
| Auth::validateUser | ( | ) |
1.5.3