Configuration

Configuration keys for the Solar_Role_Adapter_File class.

cache

  • (dependency) A Solar_Cache dependency injection. Default is to create a Solar_Cache_Adapter_Session object internal to this instance to retain the role list.

  • Default: array ( 'adapter' => 'Solar_Cache_Adapter_Session', 'prefix' => 'Solar_Role_Adapter', )

file

  • (string) Where the roles file is located.

  • Default: null



Local