Method |
Description |
|
__call ( $method, $arguments ) : boolean |
Magic function to handle the access mode dynamically |
|
__construct ( array $param = [] ) |
|
|
can ( $action ) |
|
|
getAccessDetails ( ) : array |
Get all access mode array |
|
get_access_map ( ) : array |
return the access_map array |
|
get_access_str ( ) : integer |
return the _access_val |
|
initialize ( $controller, boolean $access_role = FALSE ) |
Initialize the access checking variables |
|
isGuest ( ) : boolean |
check if the access is from any loged in user or not by checking the existance of session data |
|
validate ( $access_str ) : String. |
Return Binary string in a acceptable format |
|