PHP 클래스 Imbo\EventManager\Event

저자: Christer Edvartsen ([email protected])
상속: extends Symfony\Component\EventDispatcher\GenericEvent, implements Imbo\EventManager\EventInterface
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $arguments = [] ) Class constructor
getAccessControl ( )
getArgument ( string $key ) : mixed Get argument
getConfig ( )
getDatabase ( )
getHandler ( )
getManager ( )
getName ( ) : string Get the event name
getRequest ( )
getResponse ( )
getStorage ( )
hasArgument ( string $key ) : boolean See if the event has an argument
isPropagationStopped ( ) : boolean Check if propagation has been stopped
setArgument ( string $key, mixed $value ) : self Add argument
setArguments ( array $arguments = [] ) : self Set arguments
setName ( string $name ) : self Sets the event name
stopPropagation ( ) Stops the propagation of the event

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( array $arguments = [] )
$arguments array

getAccessControl() 공개 메소드

public getAccessControl ( )

getArgument() 공개 메소드

Get argument
public getArgument ( string $key ) : mixed
$key string
리턴 mixed

getConfig() 공개 메소드

public getConfig ( )

getDatabase() 공개 메소드

public getDatabase ( )

getHandler() 공개 메소드

public getHandler ( )

getManager() 공개 메소드

public getManager ( )

getName() 공개 메소드

Get the event name
public getName ( ) : string
리턴 string

getRequest() 공개 메소드

public getRequest ( )

getResponse() 공개 메소드

public getResponse ( )

getStorage() 공개 메소드

public getStorage ( )

hasArgument() 공개 메소드

See if the event has an argument
public hasArgument ( string $key ) : boolean
$key string
리턴 boolean

isPropagationStopped() 공개 메소드

Check if propagation has been stopped
public isPropagationStopped ( ) : boolean
리턴 boolean

setArgument() 공개 메소드

Add argument
public setArgument ( string $key, mixed $value ) : self
$key string
$value mixed
리턴 self

setArguments() 공개 메소드

Set arguments
public setArguments ( array $arguments = [] ) : self
$arguments array
리턴 self

setName() 공개 메소드

Sets the event name
public setName ( string $name ) : self
$name string
리턴 self

stopPropagation() 공개 메소드

Stops the propagation of the event
public stopPropagation ( )