Solar_Role_Adapter_File::__call()

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



Local