Public Member Functions | |
| __construct ($groupId, $courseId) | |
| getRecipientList () | |
Protected Member Functions | |
| addRecipient ($messageId, $userId) | |
Private Attributes | |
| $groupId = NULL | |
| $courseId = NULL | |
Definition at line 22 of file grouprecipient.lib.php.
| __construct | ( | $ | groupId, | |
| $ | courseId | |||
| ) |
create a groupe recipient
| int | $groupId groupe identification | |
| string | $courseId course identification |
| Exception | if a paramter is NULL |
Definition at line 35 of file grouprecipient.lib.php.
| addRecipient | ( | $ | messageId, | |
| $ | userId | |||
| ) | [protected] |
Reimplemented from RecipientList.
Definition at line 84 of file grouprecipient.lib.php.
| getRecipientList | ( | ) |
return the tutor and the member of the group
Reimplemented from RecipientList.
Definition at line 56 of file grouprecipient.lib.php.
$courseId = NULL [private] |
Definition at line 25 of file grouprecipient.lib.php.
$groupId = NULL [private] |
Definition at line 24 of file grouprecipient.lib.php.
1.6.3