Event (namespace)

Namespace Cake\Event

Namespaces summary

Class summary

  • Represents the transport class of events across the system. It receives a name, subject and an optional payload. The name can be any string that uniquely identifies the event across the application, while the subject represents the object that the event applies to.

  • The Event List

  • The event manager is responsible for keeping track of event listeners, passing the correct