![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsImagesetimgHandler:
Graphe de collaboration de XoopsImagesetimgHandler:Fonctions membres publiques | |
| create ($isNew=true) | |
| get ($id) | |
| insert (XoopsObject $imgsetimg) | |
| delete (XoopsObject $imgsetimg) | |
| getObjects (CriteriaElement $criteria=null, $id_as_key=false) | |
| getCount (CriteriaElement $criteria=null) | |
| getByImageset ($imgset_id, $id_as_key=false) | |
| imageExists ($filename, $imgset_id) | |
Fonctions membres publiques hérités de XoopsObjectHandler | |
| __construct (XoopsDatabase $db) | |
| XoopsObjectHandler ($db) | |
| create () | |
Membres hérités additionnels | |
Champs de données hérités de XoopsObjectHandler | |
| $db | |
XOOPS imageset image handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS imageset image class objects.
| create | ( | $isNew = true | ) |
Create a new XoopsImageSetImg
| boolean | $isNew | Flag the object as "new" |
| delete | ( | XoopsObject | $imgsetimg | ) |
Delete an image from the database
| XoopsObject | XoopsImageSetImg | $imgsetimg | a XoopsImageSet object |
Réimplémentée à partir de XoopsObjectHandler.
| get | ( | $id | ) |
Load a XoopsImageSetImg object from the database
| int | $id | ID |
Réimplémentée à partir de XoopsObjectHandler.
| getByImageset | ( | $imgset_id, | |
$id_as_key = false |
|||
| ) |
Function-Documentation
| int | $imgset_id | id of image set |
| bool | $id_as_key | Use the ID as key into the array |
Voici le graphe d'appel pour cette fonction :| getCount | ( | CriteriaElement | $criteria = null | ) |
Count some imagessetsimg
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
Voici le graphe des appelants de cette fonction :| getObjects | ( | CriteriaElement | $criteria = null, |
$id_as_key = false |
|||
| ) |
Load XoopsImageSetImgs from the database
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
| boolean | $id_as_key | Use the ID as key into the array |
Voici le graphe des appelants de cette fonction :| imageExists | ( | $filename, | |
| $imgset_id | |||
| ) |
Function-Documentation
| string | $filename | |
| int | $imgset_id |
Voici le graphe d'appel pour cette fonction :| insert | ( | XoopsObject | $imgsetimg | ) |
Write a XoopsImageSetImg object to the database
| XoopsObject | XoopsImageSetImg | $imgsetimg | a XoopsImageSet object |
Réimplémentée à partir de XoopsObjectHandler.
Voici le graphe d'appel pour cette fonction :