Package PHPBoost\Event

Package PHPBoost\Event

Classes summary
AdministratorAlert

This class represents an alert which must be sent to the administrator. It allows to the module developers to handle the administrator alerts. The administrator alerts can be in the administration panel and can be used when you want to signal an important event to the administrator(s).

AdministratorAlertService
Contribution

This class represents a contribution made by a user to complete the content of the website. All the contributions are managed in the contribution panel.

ContributionService This service allows developers to manage their contributions.
Event

It's the common part between two types of event existing now in PHPBoost:

  • User contribution managed into the contribution panel
  • Administrator alert, triggered for example when a new update is available or when a new member account is to approbate
Notification