Library
Class

Library\Event\Event

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)

Parameters

ObservableInterface $subject
string $name

at line 61
public ObservableInterface getSubject()

Return Value

ObservableInterface

at line 69
public string getName()

Return Value

string

at line 77
public bool isPropagationStopped()

Return Value

bool

at line 85
public $this stopPropagation()

Return Value

$this