PHP Интерфейс Imbo\EventManager\EventInterface

Автор: Christer Edvartsen ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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

Описание методов

getAccessControl() публичный Метод

Get the access control adapter
public getAccessControl ( ) : Imbo\Auth\AccessControl\Adapter\AdapterInterface
Результат Imbo\Auth\AccessControl\Adapter\AdapterInterface

getConfig() публичный Метод

Get the Imbo configuration
public getConfig ( ) : array
Результат array

getDatabase() публичный Метод

Get the database adapter
public getDatabase ( ) : Imbo\Database\DatabaseInterface
Результат Imbo\Database\DatabaseInterface

getHandler() публичный Метод

Get the handler for the current event
public getHandler ( ) : string
Результат string

getManager() публичный Метод

Get the event manager that triggered the event
public getManager ( ) : EventManager
Результат EventManager

getRequest() публичный Метод

Get the request parameter
public getRequest ( ) : Request
Результат Imbo\Http\Request\Request

getResponse() публичный Метод

Get the response parameter
public getResponse ( ) : Response
Результат Imbo\Http\Response\Response

getStorage() публичный Метод

Get the storage adapter
public getStorage ( ) : Imbo\Storage\StorageInterface
Результат Imbo\Storage\StorageInterface