Go to the source code of this file.
Namespaces | |
| namespace | internal_messaging |
Variables | |
| if (count(get_included_files())==1) | |
| $box = new TrashBox($currentUserId) | |
| $displayConfimationEmptyTrashbox = false | |
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId'] : NULL | |
| $acceptedCmdList = array('exRestoreMessage','exMarkUnread','exMarkRead','rqSearch','rqEmptyTrashBox','exEmptyTrashBox') | |
| if(isset($_REQUEST['cmd'])&&in_array($_REQUEST['cmd'], $acceptedCmdList)) | $currentSection |
| $messageStategy = $box->getMessageStrategy() | |
| $content = getBarMessageBox($currentUserId, $currentSection) | |
| $acceptedCmdList = array('exRestoreMessage','exMarkUnread','exMarkRead','rqSearch','rqEmptyTrashBox','exEmptyTrashBox') |
Definition at line 31 of file trashboxcontroler.inc.php.
| $box = new TrashBox($currentUserId) |
Definition at line 26 of file trashboxcontroler.inc.php.
| $content = getBarMessageBox($currentUserId, $currentSection) |
Definition at line 183 of file trashboxcontroler.inc.php.
Definition at line 67 of file trashboxcontroler.inc.php.
| $displayConfimationEmptyTrashbox = false |
Definition at line 27 of file trashboxcontroler.inc.php.
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId'] : NULL |
Definition at line 29 of file trashboxcontroler.inc.php.
| $messageStategy = $box->getMessageStrategy() |
Definition at line 73 of file trashboxcontroler.inc.php.
| if(count(get_included_files())==1) |
Definition at line 18 of file trashboxcontroler.inc.php.
1.6.3