Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleThe Events system has been deprecated and replaced since Blesta version 4.3.0

The event system and its event handlers have been deprecated and replaced as of version 4.3.0. You should no longer use the deprecated event system from the 'Events' component in any of your custom code. The following describes the new event system.

Creating an Event

Creating an event simply sets a callback to be invoked if and only if during the execution of the current program such an event is triggered. This is useful if you require notification of certain actions throughout your application.

...