|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
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 | |
Definition at line 51 of file Inbox.class.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 57 of file Inbox.class.php.
| _makeCriteria4sql | ( | $criteria | ) |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 112 of file Inbox.class.php.
| deleteDays | ( | $day, | |
| $type ) |
Definition at line 96 of file Inbox.class.php.
| getCountUnreadByFromUid | ( | $uid | ) |
Definition at line 62 of file Inbox.class.php.
| getInboxCount | ( | $uid | ) |
Definition at line 69 of file Inbox.class.php.
| getSendUserList | ( | $uid = 0, | |
| $fuid = 0 ) |
Definition at line 75 of file Inbox.class.php.
| $mClass = 'MessageInboxObject' |
Definition at line 55 of file Inbox.class.php.
| $mPrimary = 'inbox_id' |
Definition at line 54 of file Inbox.class.php.
| $mTable = 'message_inbox' |
Definition at line 53 of file Inbox.class.php.