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.