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

Public Member Functions

 __construct (&$db)
 
create ()
 
get ($id)
 
getObjects ($criteria=null, $id_as_key=false)
 
 insert (&$obj)
 
 delete (&$obj)
 

Data Fields

 $_mResults = []
 
- Data Fields inherited from XoopsObjectHandler
 $db
 

Detailed Description

Definition at line 32 of file commentstatus.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( & $db)

called from child classes only

Parameters
object$dbreference to the XoopsDatabase object @access protected

Reimplemented from XoopsObjectHandler.

Definition at line 36 of file commentstatus.php.

Member Function Documentation

◆ create()

& create ( )

creates a new object

@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 55 of file commentstatus.php.

◆ delete()

delete ( & $object)

delete obejct from database

Parameters
object$object@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 91 of file commentstatus.php.

◆ get()

& get ( $int_id)

gets a value object

Parameters
int$int_id@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 61 of file commentstatus.php.

◆ getObjects()

& getObjects ( $criteria = null,
$id_as_key = false )

Definition at line 71 of file commentstatus.php.

◆ insert()

insert ( & $object)

insert/update object

Parameters
object$object@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 86 of file commentstatus.php.

Field Documentation

◆ $_mResults

$_mResults = []

Definition at line 34 of file commentstatus.php.


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