PHP Flarum\Core\Notification Пространство имен

Interfaces

Имя Описание
BlueprintInterface A notification BlueprintInterface, when instantiated, represents a notification about something. The blueprint is used by the NotificationSyncer to commit the notification to the database.
MailableInterface

Классы

Имя Описание
DiscussionRenamedBlueprint
NotificationMailer
NotificationServiceProvider
NotificationSyncer The Notification Syncer commits notification blueprints to the database, and sends them via email depending on user preference. Where a blueprint represents a single notification, the syncer associates it with a particular user(s) and makes it available in their inbox.