|
Previous Page |
Solar_Role_Adapter_Ldap |
Next Page |
__call()
public
bool
__call (
string $method,
array $params
)
Provides magic "isRoleName()" to map to "is('role_name')".
Inherited from Solar_Role_Adapter.
Parameters
- (string)
$method: The called method name. - (array)
$params: Parameters passed to the method.
Returns
- (bool)
Description
Provides magic "isRoleName()" to map to "is('role_name')".