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

Fonctions membres publiques

 __construct ()
 
 getForm ($mode='edit')
 
 getOptions ()
 
 isCustom ()
 
 getContent ($format='s', $c_type='T')
 
- Fonctions membres publiques hérités de XoopsBlock
 __construct ($id=null)
 
 load ($id)
 
 store ()
 
 delete ()
 
 buildBlock ()
 
 buildContent ($position, $content='', $contentdb='')
 
 buildTitle ($originaltitle, $newtitle='')
 
 getAllBlocks ($rettype='object', $side=null, $visible=null, $orderby='side, weight, bid', $isactive=1)
 
 getAllByGroupModule ($groupid, $module_id=0, $toponlyblock=false, $visible=null, $orderby='b.weight, m.block_id', $isactive=1)
 
 getNonGroupedBlocks ($module_id=0, $toponlyblock=false, $visible=null, $orderby='b.weight, m.block_id', $isactive=1)
 
 countSimilarBlocks ($moduleId, $funcNum, $showFunc=null)
 
 __construct ($id=null)
 
 id ($format='n')
 
 bid ($format='')
 
 mid ($format='')
 
 func_num ($format='')
 
 options ($format='')
 
 name ($format='')
 
 title ($format='')
 
 content ($format='')
 
 side ($format='')
 
 weight ($format='')
 
 visible ($format='')
 
 block_type ($format='')
 
 c_type ($format='')
 
 isactive ($format='')
 
 dirname ($format='')
 
 func_file ($format='')
 
 show_func ($format='')
 
 edit_func ($format='')
 
 template ($format='')
 
 bcachetime ($format='')
 
 last_modified ($format='')
 
- Fonctions membres publiques hérités de XoopsObject
 XoopsObject ()
 
 setNew ()
 
 unsetNew ()
 
 isNew ()
 
 setDirty ()
 
 unsetDirty ()
 
 isDirty ()
 
 initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options='', $enumerations='')
 
 assignVar ($key, $value)
 
 assignVars ($var_arr)
 
 setVar ($key, $value, $not_gpc=false)
 
 setVars ($var_arr, $not_gpc=false)
 
 destroyVars ($var)
 
 destoryVars ($var)
 
 setFormVars ($var_arr=null, $pref='xo_', $not_gpc=false)
 
getVars ()
 
 getValues ($keys=null, $format='s', $maxDepth=1)
 
 getVar ($key, $format='s')
 
 cleanVars ()
 
 registerFilter ($filtername)
 
 _loadFilters ()
 
 loadFilters ($method)
 
 xoopsClone ()
 
 __clone ()
 
 setErrors ($err_str)
 
 getErrors ()
 
 getHtmlErrors ()
 
 toArray ()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de XoopsBlock
static getAllBlocksByGroup ($groupid, $asobject=true, $side=null, $visible=null, $orderby='b.weight, b.bid', $isactive=1)
 
static getByModule ($moduleid, $asobject=true)
 
- Champs de données hérités de XoopsBlock
 $db
 
- Champs de données hérités de XoopsObject
 $vars = array()
 
 $cleanVars = array()
 
 $_isNew = false
 
 $_isDirty = false
 
 $_errors = array()
 
 $_filters = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

constructor

normally, this is called from child classes only

@access public

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

Documentation des fonctions membres

◆ getContent()

getContent (   $format = 's',
  $c_type = 'T' 
)

do stripslashes/htmlspecialchars according to the needed output

Paramètres
string$formatoutput use: S for Show and E for Edit
string$c_typetype of block content
Renvoie
string

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

+ Voici le graphe d'appel pour cette fonction :

◆ getForm()

getForm (   $mode = 'edit')
Paramètres
string$mode
Renvoie
XoopsThemeForm
+ Voici le graphe d'appel pour cette fonction :

◆ getOptions()

getOptions ( )

XoopsBlock::getOptions()

Renvoie
bool|string

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

+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ isCustom()

isCustom ( )
Renvoie
bool

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

+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

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