|
MediaWiki master
|
Inherits IteratorAggregate, and Countable.

Public Member Functions | |
| __construct ( $recipients) | |
| addRecipient (UserIdentity $identity) | |
| count () | |
| getIterator () | |
| getRecipients () | |
| removeRecipient (UserIdentity $identity) | |
| MediaWiki\Notification\RecipientSet::__construct | ( | $recipients | ) |
| UserIdentity | UserIdentity[] | $recipients |
Definition at line 23 of file RecipientSet.php.
References MediaWiki\Notification\RecipientSet\addRecipient().
| MediaWiki\Notification\RecipientSet::addRecipient | ( | UserIdentity | $identity | ) |
Definition at line 38 of file RecipientSet.php.
Referenced by MediaWiki\Notification\RecipientSet\__construct().
| MediaWiki\Notification\RecipientSet::count | ( | ) |
Definition at line 53 of file RecipientSet.php.
| MediaWiki\Notification\RecipientSet::getIterator | ( | ) |
Definition at line 49 of file RecipientSet.php.
| MediaWiki\Notification\RecipientSet::getRecipients | ( | ) |
Definition at line 34 of file RecipientSet.php.
| MediaWiki\Notification\RecipientSet::removeRecipient | ( | UserIdentity | $identity | ) |
Definition at line 42 of file RecipientSet.php.