Solar_Role_Adapter_Sql::fetch()

public array Solar_Role_Adapter_Sql::fetch ( string $handle )

Fetches the roles for a user.

Parameters

  • (string) $handle: User handle to get roles for.

Returns

  • (array) An array of roles discovered in the table.

Description

Fetches the roles for a user.



Local