class Event implements EventInterface
Class Event
Methods
__construct(ObservableInterface $subject, string $name)
|
||
ObservableInterface |
getSubject()
|
|
string |
getName()
|
|
bool |
isPropagationStopped()
|
|
$this |
stopPropagation()
|
Details
at line 52
public
__construct(ObservableInterface $subject, string $name)
at line 61
public ObservableInterface
getSubject()
at line 69
public string
getName()
at line 77
public bool
isPropagationStopped()
at line 85
public $this
stopPropagation()