![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
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() | |
| __construct | ( | ) |
constructor
normally, this is called from child classes only
@access public
Réimplémentée à partir de XoopsObject.
| getContent | ( | $format = 's', |
|
$c_type = 'T' |
|||
| ) |
do stripslashes/htmlspecialchars according to the needed output
| string | $format | output use: S for Show and E for Edit |
| string | $c_type | type of block content |
Réimplémentée à partir de XoopsBlock.
Voici le graphe d'appel pour cette fonction :| getForm | ( | $mode = 'edit' | ) |
| getOptions | ( | ) |
Réimplémentée à partir de XoopsBlock.
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| isCustom | ( | ) |
Réimplémentée à partir de XoopsBlock.
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :