Method |
Description |
|
__construct ( ) |
------------------------------------------------------------------------ |
|
ban_check ( ) : boolean |
Check if a user is banned |
|
check_role ( $role = NULL ) : boolean |
Check a role |
|
get_data ( $data ) : mixed |
Get an item for the user. |
|
logged_in ( ) : boolean |
Check if a user is logged in |
|
login ( $username = '', $password = '', $remember = 'n', $in_admin = FALSE ) : void |
Set the mode of the creation |
|
logout ( ) |
Logout a user |
|
redirect ( $in_admin = FALSE ) |
Redirect user to page requested |
|