XOOPS  2.6.0
XoopsObjectHandler Class Reference
Inheritance diagram for XoopsObjectHandler:
Inheritance graph

Public Member Functions

 __construct (Connection $db)
 
- Public Member Functions inherited from Xoops\Core\Kernel\XoopsObjectHandler
 create ()
 
 delete (XoopsObject $object, $force=true)
 
 get ($int_id)
 
 insert (XoopsObject $object, $force=true)
 

Public Attributes

 $db
 
- Public Attributes inherited from Xoops\Core\Kernel\XoopsObjectHandler
 $db2
 

Additional Inherited Members

- Protected Member Functions inherited from Xoops\Core\Kernel\XoopsObjectHandler
 __construct (Connection $db=null)
 

Detailed Description

This class is for compatibility with pre 2.6.0 code

Definition at line 23 of file object.php.

Constructor & Destructor Documentation

XoopsObjectHandler::__construct ( Connection  $db)

this is a legacy compatibility shim to make the legacy database available

Parameters
Connection$dbreference to the Connection object

Definition at line 35 of file object.php.

References XoopsDatabaseFactory\getDatabaseConnection().

Here is the call graph for this function:

Member Data Documentation

XoopsObjectHandler::$db

This is a reference to the legacy database connection

Definition at line 28 of file object.php.


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