|
Previous Page |
Solar_Role_Adapter_File |
Next Page |
isAll()
public
bool
isAll (
string|array $roles default array ()
)
Check to see if a user is in all of the listed roles.
Inherited from Solar_Role_Adapter.
Parameters
- (string|array)
$roles: The role(s) to check.
Returns
- (bool) True if the user is in all of the listed roles (a logical 'and'), false if not.
Description
Check to see if a user is in all of the listed roles.