
Public Member Functions | |
| expunge ($pUserId, $msg_id) | |
| expungeSystemMessage ($pMessageId=NULL) | |
| flagMessage ($pFlagHash) | |
| getList (&$pListHash) | |
| getMessage ($pUserId, $msg_id) | |
| getNeighbourMessage (&$pListHash) | |
| getSystemMessageList () | |
| isSystemMessage ($pMessageId=NULL) | |
| Messages () | |
| postMessage ($pParamHash) | |
| postSystemMessage ($pParamHash) | |
| unreadMessages ($pUserId) | |
| verifyMessage (&$pParamHash) | |
Definition at line 15 of file Messages.php.
| Messages::expunge | ( | $ | pUserId, | |
| $ | msg_id | |||
| ) |
Definition at line 319 of file Messages.php.
References $query, isSystemMessage(), and mDb.
Here is the call graph for this function:

| Messages::expungeSystemMessage | ( | $ | pMessageId = NULL |
) |
Definition at line 434 of file Messages.php.
References $rs, $sql, $tables, mDb, and BitBase::verifyId().
Here is the call graph for this function:

| Messages::flagMessage | ( | $ | pFlagHash | ) |
Definition at line 296 of file Messages.php.
References $gBitUser, $query, FALSE, isSystemMessage(), mDb, mUserId, and BitBase::verifyId().
Here is the call graph for this function:

| Messages::getList | ( | &$ | pListHash | ) |
Definition at line 124 of file Messages.php.
References $gBitUser, $msg, $query, $result, $ret, $sort_mode, FALSE, mDb, mUserId, BitBase::postGetList(), BitBase::prepGetList(), and tra().
Here is the call graph for this function:

| Messages::getMessage | ( | $ | pUserId, | |
| $ | msg_id | |||
| ) |
Definition at line 370 of file Messages.php.
References $content, $gBitSystem, $query, $res, $result, isSystemMessage(), mDb, and tra().
Here is the call graph for this function:

| Messages::getNeighbourMessage | ( | &$ | pListHash | ) |
Definition at line 332 of file Messages.php.
References $gBitUser, $query, $ret, FALSE, mDb, and BitBase::verifyId().
Here is the call graph for this function:

| Messages::getSystemMessageList | ( | ) |
| Messages::isSystemMessage | ( | $ | pMessageId = NULL |
) |
Definition at line 444 of file Messages.php.
References $query, $ret, FALSE, mDb, and BitBase::verifyId().
Referenced by expunge(), flagMessage(), and getMessage().
Here is the call graph for this function:

| Messages::Messages | ( | ) |
Definition at line 16 of file Messages.php.
References BitBase::BitBase().
Here is the call graph for this function:

| Messages::postMessage | ( | $ | pParamHash | ) |
postMessage
| array | $pParamHash public |
Definition at line 27 of file Messages.php.
References $_SERVER, $gBitSmarty, $gBitSystem, $gBitUser, $pParamHash, mDb, tra(), and verifyMessage().
Referenced by postSystemMessage().
Here is the call graph for this function:

| Messages::postSystemMessage | ( | $ | pParamHash | ) |
Definition at line 412 of file Messages.php.
References $pParamHash, FALSE, postMessage(), tra(), and BitBase::verifyId().
Here is the call graph for this function:

| Messages::unreadMessages | ( | $ | pUserId | ) |
| Messages::verifyMessage | ( | &$ | pParamHash | ) |
verifyMessage
| array | $pParamHash public |
Definition at line 60 of file Messages.php.
References $gBitSystem, $gBitUser, $pParamHash, $query, $userInfo, mDb, tra(), and BitBase::verifyId().
Referenced by postMessage().
Here is the call graph for this function:

1.5.2