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

Public Member Functions

 insertClone ($original, $clone)
 
 delete (&$obj, $force=false)
 
- Public Member Functions inherited from XoopsObjectGenericHandler
 __construct (&$db)
 
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)
 
 deleteAll ($criteria, $force=false)
 
 getDirname ()
 
 getDataname ()
 
 _callDelegate ( $type, &$obj)
 
- Public Member Functions inherited from XoopsObjectHandler
create ()
 
 insert (&$object)
 
 delete (&$object)
 

Data Fields

 $mTable = 'tplset'
 
 $mPrimary = 'tplset_id'
 
 $mClass = 'LegacyRenderTplsetObject'
 
- 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 73 of file tplset.php.

Member Function Documentation

◆ delete()

delete ( & $obj,
$force = false )

Delete $obj.

Parameters
$obj
bool$force
Returns
bool

Reimplemented from XoopsObjectGenericHandler.

Definition at line 99 of file tplset.php.

◆ insertClone()

insertClone ( $original,
$clone )

< TODO

Definition at line 79 of file tplset.php.

Field Documentation

◆ $mClass

Definition at line 77 of file tplset.php.

◆ $mPrimary

$mPrimary = 'tplset_id'

Definition at line 76 of file tplset.php.

◆ $mTable

$mTable = 'tplset'

Definition at line 75 of file tplset.php.


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