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

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
 

Detailed Description

Definition at line 30 of file Outbox.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 36 of file Outbox.class.php.

Member Function Documentation

◆ deleteDays()

deleteDays ( $day)

Definition at line 47 of file Outbox.class.php.

◆ getOutboxCount()

getOutboxCount ( $uid)

Definition at line 41 of file Outbox.class.php.

◆ getReceiveUserList()

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

Definition at line 58 of file Outbox.class.php.

Field Documentation

◆ $mClass

$mClass = 'MessageOutboxObject'

Definition at line 34 of file Outbox.class.php.

◆ $mPrimary

$mPrimary = 'outbox_id'

Definition at line 33 of file Outbox.class.php.

◆ $mTable

$mTable = 'message_outbox'

Definition at line 32 of file Outbox.class.php.


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