interface EventInterface implements StdEventInterface

Interface EventInterface

Methods

void
stopPropagation()

No description

bool
isPropagationStopped()

No description

mixed
getSubject()

No description

string
getName()

No description

Details

in StdEventInterface at line 36
void stopPropagation()

Return Value

void

in StdEventInterface at line 41
bool isPropagationStopped()

Return Value

bool

at line 37
mixed getSubject()

Return Value

mixed

at line 42
string getName()

Return Value

string