Public Member Functions | |
| __construct ($userId=NULL, $messageStrategy=NULL) | |
| loadMessageList () | |
| getNumberOfMessage () | |
| getNumberOfPage () | |
| current () | |
Protected Member Functions | |
| loadNumberOfMessage () | |
Definition at line 25 of file outbox.lib.php.
| __construct | ( | $ | userId = NULL, |
|
| $ | messageStrategy = NULL | |||
| ) |
create an object outbox for a user and with some stragegies
| int | $userId user identification | |
| SelectorStrategy | $messageStrategy strategy to apply |
Reimplemented from MessageBox.
Definition at line 34 of file outbox.lib.php.
| current | ( | ) |
return the current message
Definition at line 137 of file outbox.lib.php.
| getNumberOfMessage | ( | ) |
return the number of message in the current box (with strategy applied)
Reimplemented from MessageBox.
Definition at line 88 of file outbox.lib.php.
| getNumberOfPage | ( | ) |
return the number of page in the current box(with strategy applied)
Definition at line 127 of file outbox.lib.php.
| loadMessageList | ( | ) |
| loadNumberOfMessage | ( | ) | [protected] |
Definition at line 96 of file outbox.lib.php.
1.6.3