API - XOOPS 2.5.11 Beta 2
By monxoops.fr
XoopsImageSetHandler Class Reference
Inheritance diagram for XoopsImageSetHandler:
Collaboration diagram for XoopsImageSetHandler:

Public Member Functions

 create ($isNew=true)
 
 get ($id)
 
 insert (XoopsObject $imgset)
 
 delete (XoopsObject $imgset)
 
 getObjects (CriteriaElement $criteria=null, $id_as_key=false)
 
 linkThemeset ($imgset_id, $tplset_name)
 
 unlinkThemeset ($imgset_id, $tplset_name)
 
 getList ($refid=null, $tplset=null)
 
- Public Member Functions inherited from XoopsObjectHandler
 __construct (XoopsDatabase $db)
 
 XoopsObjectHandler ($db)
 
 create ()
 
 get ($id)
 
 insert (XoopsObject $object)
 
 delete (XoopsObject $object)
 

Additional Inherited Members

- Data Fields inherited from XoopsObjectHandler
 $db
 

Detailed Description

XOOPS imageset handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS imageset class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

Member Function Documentation

◆ create()

create (   $isNew = true)

Create a new XoopsImageSet

Parameters
boolean$isNewFlag the object as "new"
Returns
XoopsImageSet

◆ delete()

delete ( XoopsObject  $imgset)

Delete an XoopsImageSet from the database

Parameters
XoopsObject | XoopsImageSet$imgseta XoopsImageSet object
Returns
bool true on success, otherwise false

Reimplemented from XoopsObjectHandler.

◆ get()

get (   $id)

Load a XoopsImageSet object from the database

Parameters
int$idID

Reimplemented from XoopsObjectHandler.

◆ getList()

getList (   $refid = null,
  $tplset = null 
)

Get a list of XoopsImageSet

Parameters
null$refid
null$tplset
Here is the call graph for this function:

◆ getObjects()

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

Load XoopsImageSets from the database

Parameters
CriteriaElement | CriteriaCompo$criteriaCriteriaElement
boolean$id_as_keyUse the ID as key into the array
Here is the caller graph for this function:

◆ insert()

insert ( XoopsObject  $imgset)

Write a XoopsImageSet object to the database

Parameters
XoopsObject | XoopsImageSet$imgseta XoopsImageSet object
Returns
bool true on success, otherwise false

Reimplemented from XoopsObjectHandler.

Here is the call graph for this function:

◆ linkThemeset()

linkThemeset (   $imgset_id,
  $tplset_name 
)

Load ThemeSets into a Database

Parameters
int$imgset_id
string$tplset_name
Returns
array
Here is the call graph for this function:

◆ unlinkThemeset()

unlinkThemeset (   $imgset_id,
  $tplset_name 
)

Load ThemeSets into a Database

Parameters
int$imgset_id
string$tplset_name
Returns
array
Here is the caller graph for this function:

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