PHP Webiny\Component\EventManager 네임스페이스

중첩된 네임스페이스

Webiny\Component\EventManager\Tests

Interfaces

이름 설명
EventSubscriberInterface This interface is used for event subscriber classes

클래스들

이름 설명
Event Event class holds event data. Data can be accessed using array keys or as object properties.
EventListener EventListener is a class that holds event handler information.
EventManager EventManager is responsible for handling events. It is the main class for subscribing to events and firing events.
Besides regular event names, it supports firing of wildcard events, ex: 'webiny.*' will fire all events starting with 'webiny.'
EventManagerException Exception class for the EventManager component.
EventProcessor EventProcessor is a class that takes EventListeners and Event object and processes the event.

Traits

이름 설명
EventManagerTrait A library of EventManager functions