Previous Page
Methods

Solar_Role_Adapter_Ldap
__call()

Next Page
__construct()

__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')".