Public Member Functions | |
| __construct ($messageId) | |
| getRecipientList () | |
| load () | |
| delete () | |
Static Public Member Functions | |
| static | fromArray ($messageData) |
| static | fromId ($messageId) |
Protected Member Functions | |
| loadRecipientList () | |
Protected Attributes | |
| $recipientList = false | |
Definition at line 21 of file sentmessage.lib.php.
| __construct | ( | $ | messageId | ) |
Definition at line 25 of file sentmessage.lib.php.
| delete | ( | ) |
Definition at line 149 of file sentmessage.lib.php.
| static fromArray | ( | $ | messageData | ) | [static] |
create a new SentMessage with the information in parameter
| array | $messageData $messageData['message_id'] $messageData['subject'] $messageData['message'] $messageData['sender'] $messageData['send_time'] $messageData['course'] $messageData['group'] $messageData['tools'] |
Definition at line 44 of file sentmessage.lib.php.
| static fromId | ( | $ | messageId | ) | [static] |
create a new SentMessage
| int | $messageId identification of the message to create |
Definition at line 109 of file sentmessage.lib.php.
| getRecipientList | ( | ) |
return an array of user information
Definition at line 62 of file sentmessage.lib.php.
| load | ( | ) |
Definition at line 134 of file sentmessage.lib.php.
| loadRecipientList | ( | ) | [protected] |
load the list of recipient list of the current message
Definition at line 75 of file sentmessage.lib.php.
$recipientList = false [protected] |
Definition at line 23 of file sentmessage.lib.php.
1.6.3