PHP 인터페이스 Imbo\EventManager\EventInterface

저자: Christer Edvartsen ([email protected])
파일 보기 프로젝트 열기: imbo/imbo 0 사용 예제들

공개 메소드들

메소드 설명
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