|
MediaWiki master
|
Inherits MediaWiki\Notification\Notification, and MediaWiki\Notification\AgentAware.

Public Member Functions | |
| __construct (private readonly UserIdentity $agent) | |
| getAgent () | |
Public Member Functions inherited from MediaWiki\Notification\Notification | |
| __construct (string $type, array $custom=[]) | |
| Base for Notifications. | |
| getProperties () | |
| Retrieve Notification properties. | |
| getType () | |
| Get the Notification type. | |
| setProperty (string $key, $value) | |
| Sets a custom property to the notification. | |
Additional Inherited Members | |
Protected Attributes inherited from MediaWiki\Notification\Notification | |
| string string | $type |
Definition at line 12 of file WelcomeNotification.php.
| MediaWiki\User\WelcomeNotification::__construct | ( | private readonly UserIdentity | $agent | ) |
Definition at line 14 of file WelcomeNotification.php.
| MediaWiki\User\WelcomeNotification::getAgent | ( | ) |
Implements MediaWiki\Notification\AgentAware.
Definition at line 18 of file WelcomeNotification.php.