Solar_Role_Adapter_Ldap::__call()
public
bool
Solar_Role_Adapter_Ldap::__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')".