Method | Description | |
---|---|---|
getAccessControl ( ) : Imbo\Auth\AccessControl\Adapter\AdapterInterface | Get the access control adapter | |
getConfig ( ) : array | Get the Imbo configuration | |
getDatabase ( ) : Imbo\Database\DatabaseInterface | Get the database adapter | |
getHandler ( ) : string | Get the handler for the current event | |
getManager ( ) : |
Get the event manager that triggered the event | |
getRequest ( ) : |
Get the request parameter | |
getResponse ( ) : |
Get the response parameter | |
getStorage ( ) : Imbo\Storage\StorageInterface | Get the storage adapter |
public getAccessControl ( ) : Imbo\Auth\AccessControl\Adapter\AdapterInterface | ||
return | Imbo\Auth\AccessControl\Adapter\AdapterInterface |
public getDatabase ( ) : Imbo\Database\DatabaseInterface | ||
return | Imbo\Database\DatabaseInterface |
public getHandler ( ) : string | ||
return | string |
public getManager ( ) : |
||
return |
public getRequest ( ) : |
||
return |
public getResponse ( ) : |
||
return |
public getStorage ( ) : Imbo\Storage\StorageInterface | ||
return | Imbo\Storage\StorageInterface |