![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsImageHandler:
Graphe de collaboration de XoopsImageHandler:Fonctions membres publiques | |
| create ($isNew=true) | |
| get ($id, $getbinary=true) | |
| insert (XoopsObject $image) | |
| delete (XoopsObject $image) | |
| getObjects (CriteriaElement $criteria=null, $id_as_key=false, $getbinary=false) | |
| getCount (CriteriaElement $criteria=null) | |
| getList ($imgcat_id, $image_display=null) | |
Fonctions membres publiques hérités de XoopsObjectHandler | |
| __construct (XoopsDatabase $db) | |
| XoopsObjectHandler ($db) | |
| create () | |
| get ($int_id) | |
Membres hérités additionnels | |
Champs de données hérités de XoopsObjectHandler | |
| $db | |
| create | ( | $isNew = true | ) |
| delete | ( | XoopsObject | $image | ) |
Delete an image from the database
| XoopsObject | XoopsImage | $image | a XoopsImage object |
Réimplémentée à partir de XoopsObjectHandler.
| get | ( | $id, | |
$getbinary = true |
|||
| ) |
Load a XoopsImage object from the database
| int | $id | ID |
| boolean | $getbinary |
| getCount | ( | CriteriaElement | $criteria = null | ) |
| getList | ( | $imgcat_id, | |
$image_display = null |
|||
| ) |
Get a list of images
| int | $imgcat_id | |
| bool | $image_display |
Voici le graphe d'appel pour cette fonction :| getObjects | ( | CriteriaElement | $criteria = null, |
$id_as_key = false, |
|||
$getbinary = false |
|||
| ) |
Load XoopsImages from the database
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
| boolean | $id_as_key | Use the ID as key into the array |
| boolean | $getbinary |
Voici le graphe des appelants de cette fonction :| insert | ( | XoopsObject | $image | ) |
Write a XoopsImage object to the database
| XoopsObject | XoopsImage | $image | a XoopsImage object |
Réimplémentée à partir de XoopsObjectHandler.
Voici le graphe d'appel pour cette fonction :