Class XoopsPersistableObjectHandler
This class is for compatibility with pre 2.6.0 code
-
Xoops\Core\Kernel\XoopsObjectHandler
-
Xoops\Core\Kernel\XoopsPersistableObjectHandler
-
XoopsPersistableObjectHandler
Methods summary
protected
|
#
__construct( Xoops\Core\Database\Connection $db = null, string $table = '', string $className = '', string $keyName = '', string $identifierName = '' )
this is a legacy compatibility shim to make the legacy database available
this is a legacy compatibility shim to make the legacy database available
Parameters
- $db
- reference to the
Xoops\Core\Database\Connection object
- $table
- Name of database table
- $className
- Name of Class, this handler is managing
- $keyName
- Name of the property holding the key
- $identifierName
Name of the property holding an identifier
name (title, name ...), used on getList()
Overrides
|
Methods inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler
__call(),
cleanOrphan(),
create(),
delete(),
deleteAll(),
deleteByLink(),
get(),
getAll(),
getByLink(),
getCount(),
getCountByLink(),
getCounts(),
getCountsByLink(),
getIds(),
getList(),
getObjects(),
insert(),
loadHandler(),
setHandler(),
synchronization(),
updateAll(),
updateByLink()
|
Properties summary
public
|
$db
This is a reference to the legacy database connection
This is a reference to the legacy database connection
|
|