XOOPS  2.6.0
viewpmsg.php File Reference

Go to the source code of this file.

Namespaces

 core
 

Variables

 $criteria = new Criteria('to_userid', $xoops->user->getVar('uid'))
 
 $msg_no = 0
 
 $pm_arr = $pm_handler->getObjects($criteria)
 
 $total_messages = count($pm_arr)
 
 $xoops = Xoops::getInstance()
 
if(!$xoops->isUser()) else
 

Variable Documentation

$criteria = new Criteria('to_userid', $xoops->user->getVar('uid'))

Definition at line 66 of file viewpmsg.php.

$msg_no = 0

Definition at line 75 of file viewpmsg.php.

$pm_arr = $pm_handler->getObjects($criteria)

Definition at line 69 of file viewpmsg.php.

$total_messages = count($pm_arr)

Definition at line 70 of file viewpmsg.php.

$xoops = Xoops::getInstance()

Definition at line 24 of file viewpmsg.php.

if (!$xoops->isUser()) else
Initial value:
{
$pm_handler = $xoops->getHandlerPrivmessage()
$xoops
Definition: viewpmsg.php:24
$pm_handler
Definition: readpmsg.php:37

Definition at line 31 of file viewpmsg.php.