|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$db) | |
| getOutboxCount ($uid) | |
| deleteDays ($day) | |
| getReceiveUserList ($uid=0, $fuid=0) | |
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) | |
| _makeCriteria4sql ($criteria) | |
| _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_outbox' | |
| $mPrimary = 'outbox_id' | |
| $mClass = 'MessageOutboxObject' | |
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 30 of file Outbox.class.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 36 of file Outbox.class.php.
| deleteDays | ( | $day | ) |
Definition at line 47 of file Outbox.class.php.
| getOutboxCount | ( | $uid | ) |
Definition at line 41 of file Outbox.class.php.
| getReceiveUserList | ( | $uid = 0, | |
| $fuid = 0 ) |
Definition at line 58 of file Outbox.class.php.
| $mClass = 'MessageOutboxObject' |
Definition at line 34 of file Outbox.class.php.
| $mPrimary = 'outbox_id' |
Definition at line 33 of file Outbox.class.php.
| $mTable = 'message_outbox' |
Definition at line 32 of file Outbox.class.php.