XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsBlockHandler
+ Graphe d'héritage de XoopsBlockHandler:
+ Graphe de collaboration de XoopsBlockHandler:

Fonctions membres publiques

 create ($isNew=true)
 
 get ($id)
 
 insert (XoopsObject $block)
 
 delete (XoopsObject $block)
 
 getObjects (CriteriaElement $criteria=null, $id_as_key=false)
 
 getList (CriteriaElement $criteria=null)
 
 getByModule ($moduleid, $asobject=true, $id_as_key=false)
 
 getAllByGroupModule ($groupid, $module_id=0, $toponlyblock=false, $visible=null, $orderby='i.weight, i.instanceid', $isactive=1)
 
 getAdminBlocks ($groupid, $orderby='i.weight, i.instanceid')
 
 assignBlocks ()
 
- 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
 

Documentation des fonctions membres

◆ assignBlocks()

assignBlocks ( )
Renvoie
bool

◆ create()

create (   $isNew = true)

create a new block

Voir également
XoopsBlock
Paramètres
bool$isNewis the new block new??
Renvoie
XoopsBlock XoopsBlock reference to the new block

◆ delete()

delete ( XoopsObject  $block)

delete a block from the database

Paramètres
XoopsObject | XoopsBlock$blocka XoopsBlock object
Renvoie
bool true on success, otherwise false

Réimplémentée à partir de XoopsObjectHandler.

◆ get()

get (   $id)

retrieve a specific XoopsBlock

Voir également
XoopsBlock
Paramètres
int$idbid of the block to retrieve
Renvoie
XoopsBlock reference to the block

Réimplémentée à partir de XoopsObjectHandler.

◆ getAdminBlocks()

getAdminBlocks (   $groupid,
  $orderby = 'i.weight,
i.instanceid'   
)
Paramètres
$groupid
string$orderby
Renvoie
bool

◆ getAllByGroupModule()

getAllByGroupModule (   $groupid,
  $module_id = 0,
  $toponlyblock = false,
  $visible = null,
  $orderby = 'i.weight,
i.instanceid'  ,
  $isactive = 1 
)
Paramètres
$groupid
int$module_id
bool$toponlyblock
null$visible
string$orderby
int$isactive
Renvoie
bool

◆ getByModule()

getByModule (   $moduleid,
  $asobject = true,
  $id_as_key = false 
)

#+

Obsolète:
Paramètres
$moduleid
bool$asobject
bool$id_as_key
Renvoie
bool

◆ getList()

getList ( CriteriaElement  $criteria = null)

get a list of blocks matchich certain conditions

Paramètres
CriteriaElement$criteriaconditions to match
Renvoie
array array of blocks matching the conditions

◆ getObjects()

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

retrieve array of XoopsBlocks meeting certain conditions

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement with conditions for the blocks
bool$id_as_keyshould the blocks' bid be the key for the returned array?
Renvoie
array XoopsBlocks matching the conditions

◆ insert()

insert ( XoopsObject  $block)

write a new block into the database

Paramètres
XoopsObject | XoopsBlock$blocka XoopsBlock object
Renvoie
bool true on success, otherwise false

Réimplémentée à partir de XoopsObjectHandler.

+ Voici le graphe d'appel pour cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :