PHP Interface Imbo\EventManager\EventInterface

Author: Christer Edvartsen ([email protected])
Afficher le fichier Open project: imbo/imbo Interface Usage Examples

Méthodes publiques

Méthode 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 ( ) : EventManager Get the event manager that triggered the event
getRequest ( ) : Request Get the request parameter
getResponse ( ) : Response Get the response parameter
getStorage ( ) : Imbo\Storage\StorageInterface Get the storage adapter

Method Details

getAccessControl() public méthode

Get the access control adapter
public getAccessControl ( ) : Imbo\Auth\AccessControl\Adapter\AdapterInterface
Résultat Imbo\Auth\AccessControl\Adapter\AdapterInterface

getConfig() public méthode

Get the Imbo configuration
public getConfig ( ) : array
Résultat array

getDatabase() public méthode

Get the database adapter
public getDatabase ( ) : Imbo\Database\DatabaseInterface
Résultat Imbo\Database\DatabaseInterface

getHandler() public méthode

Get the handler for the current event
public getHandler ( ) : string
Résultat string

getManager() public méthode

Get the event manager that triggered the event
public getManager ( ) : EventManager
Résultat EventManager

getRequest() public méthode

Get the request parameter
public getRequest ( ) : Request
Résultat Imbo\Http\Request\Request

getResponse() public méthode

Get the response parameter
public getResponse ( ) : Response
Résultat Imbo\Http\Response\Response

getStorage() public méthode

Get the storage adapter
public getStorage ( ) : Imbo\Storage\StorageInterface
Résultat Imbo\Storage\StorageInterface