Public Member Functions | |
| getRecipientList () | |
| addUserId ($userId) | |
| addUserIdList ($userIdList) | |
Protected Member Functions | |
| addRecipient ($messageId, $userId) | |
Private Attributes | |
| $userIdList = array() | |
Definition at line 20 of file userlistrecipient.lib.php.
| addRecipient | ( | $ | messageId, | |
| $ | userId | |||
| ) | [protected] |
Reimplemented from RecipientList.
Definition at line 63 of file userlistrecipient.lib.php.
| addUserId | ( | $ | userId | ) |
add a user to the recipient list
| int | $userId user identification of the user to add |
Definition at line 39 of file userlistrecipient.lib.php.
| addUserIdList | ( | $ | userIdList | ) |
add users to the recipient list
| array | of id $userIdList array of user Identification |
Definition at line 52 of file userlistrecipient.lib.php.
| getRecipientList | ( | ) |
Reimplemented from RecipientList.
Definition at line 27 of file userlistrecipient.lib.php.
$userIdList = array() [private] |
Definition at line 22 of file userlistrecipient.lib.php.
1.6.3