class Event extends StdEvent implements EventInterface

Class Event

Methods

bool
isPropagationStopped()

No description

from  StdEvent
void
stopPropagation()

No description

from  StdEvent
__construct( mixed $subject, string $name)

No description

mixed
getSubject()

No description

string
getName()

No description

Details

in StdEvent at line 42
bool isPropagationStopped()

Return Value

bool

in StdEvent at line 50
void stopPropagation()

Return Value

void

at line 49
__construct( mixed $subject, string $name)

Parameters

mixed $subject
string $name

at line 58
mixed getSubject()

Return Value

mixed

at line 66
string getName()

Return Value

string