Go to the source code of this file.
Namespaces | |
| namespace | internal_messaging |
Variables | |
| if (count(get_included_files())==1) | |
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId'] : NULL | |
| $currentSection | |
| $acceptedCmdList = array('rqDeleteMessage','exDeleteMessage','exMarkUnread','exMarkRead','rqSearch') | |
| if(isset($_REQUEST['cmd'])&&in_array($_REQUEST['cmd'], $acceptedCmdList)) | $box = new InBox($currentUserId) |
| $messageStategy = $box->getMessageStrategy() | |
| $content = getBarMessageBox($currentUserId, $currentSection) | |
| $acceptedCmdList = array('rqDeleteMessage','exDeleteMessage','exMarkUnread','exMarkRead','rqSearch') |
Definition at line 33 of file inboxcontroler.inc.php.
| if (isset($_REQUEST['cmd'])&&in_array($_REQUEST['cmd'], $acceptedCmdList)) $box = new InBox($currentUserId) |
Definition at line 63 of file inboxcontroler.inc.php.
| $content = getBarMessageBox($currentUserId, $currentSection) |
Definition at line 178 of file inboxcontroler.inc.php.
| $currentSection |
Definition at line 28 of file inboxcontroler.inc.php.
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId'] : NULL |
Definition at line 26 of file inboxcontroler.inc.php.
| $messageStategy = $box->getMessageStrategy() |
Definition at line 66 of file inboxcontroler.inc.php.
| if(count(get_included_files())==1) |
Definition at line 18 of file inboxcontroler.inc.php.
1.6.3