XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
MessageInboxHandler Class Reference
Inheritance diagram for MessageInboxHandler:
XoopsObjectGenericHandler XoopsObjectHandler

Public Member Functions

 __construct (&$db)
 
 getCountUnreadByFromUid ($uid)
 
 getInboxCount ($uid)
 
 getSendUserList ($uid=0, $fuid=0)
 
 deleteDays ($day, $type)
 
 _makeCriteria4sql ($criteria)
 
- Public Member Functions inherited from XoopsObjectGenericHandler
create ($isNew=true)
 
get ($id)
 
getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false)
 
 getIdList ($criteria=null, $limit=null, $start=null)
 
 getCount ($criteria=null)
 
 _getCount ($sql=null)
 
 insert (&$obj, $force=false)
 
 _insert (&$obj)
 
 _update (&$obj)
 
 _makeVars4sql (&$obj)
 
 _makeCriteriaElement4sql ($criteria, &$obj)
 
 _escapeValue ($value, $type)
 
 delete (&$obj, $force=false)
 
 deleteAll ($criteria, $force=false)
 
 getDirname ()
 
 getDataname ()
 
 _callDelegate ( $type, &$obj)
 
- Public Member Functions inherited from XoopsObjectHandler
create ()
 
 insert (&$object)
 
 delete (&$object)
 

Data Fields

 $mTable = 'message_inbox'
 
 $mPrimary = 'inbox_id'
 
 $mClass = 'MessageInboxObject'
 
- Data Fields inherited from XoopsObjectGenericHandler
 $mTable = null
 
 $mPrimary = null
 
 $mClass = null
 
 $mDirname = null
 
 $mDataname = null
 
 $_mDummyObj = null
 
- Data Fields inherited from XoopsObjectHandler
 $db
 

Detailed Description

Definition at line 51 of file Inbox.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( & $db)

called from child classes only

Parameters
object$dbreference to the XoopsDatabase object @access protected

Reimplemented from XoopsObjectGenericHandler.

Definition at line 57 of file Inbox.class.php.

Member Function Documentation

◆ _makeCriteria4sql()

_makeCriteria4sql ( $criteria)

Reimplemented from XoopsObjectGenericHandler.

Definition at line 112 of file Inbox.class.php.

◆ deleteDays()

deleteDays ( $day,
$type )

Definition at line 96 of file Inbox.class.php.

◆ getCountUnreadByFromUid()

getCountUnreadByFromUid ( $uid)

Definition at line 62 of file Inbox.class.php.

◆ getInboxCount()

getInboxCount ( $uid)

Definition at line 69 of file Inbox.class.php.

◆ getSendUserList()

getSendUserList ( $uid = 0,
$fuid = 0 )

Definition at line 75 of file Inbox.class.php.

Field Documentation

◆ $mClass

$mClass = 'MessageInboxObject'

Definition at line 55 of file Inbox.class.php.

◆ $mPrimary

$mPrimary = 'inbox_id'

Definition at line 54 of file Inbox.class.php.

◆ $mTable

$mTable = 'message_inbox'

Definition at line 53 of file Inbox.class.php.


The documentation for this class was generated from the following file: