|
| | __construct ($id=null) |
| |
| | XoopsBlock ($id=null) |
| |
| & | getContent ($format='S', $c_type='T') |
| |
| & | buildBlock () |
| |
| & | buildContent ($position, $content='', $contentdb='') |
| |
| & | buildTitle ($originaltitle, $newtitle='') |
| |
| | isCustom () |
| |
| | getOptions () |
| |
| | load ($id) |
| |
| | store () |
| |
| | delete () |
| |
| & | getAllBlocksByGroup ($groupid, $asobject=true, $side=null, $visible=null, $orderby='b.weight, b.bid', $isactive=1) |
| |
| & | getAllBlocks ($rettype='object', $side=null, $visible=null, $orderby='side, weight, bid', $isactive=1) |
| |
| & | getByModule ($moduleid, $asobject=true) |
| |
| & | getAllByGroupModule ($groupid, $module_id=0, $toponlyblock=false, $visible=null, $orderby='b.weight, b.bid', $isactive=1) |
| |
| & | getBlocks ($groupid, $mid=false, $blockFlag=SHOW_BLOCK_ALL, $orderby='b.weight, b.bid') |
| |
| & | getNonGroupedBlocks ($module_id=0, $toponlyblock=false, $visible=null, $orderby='b.weight, b.bid', $isactive=1) |
| |
| | countSimilarBlocks ($moduleId, $funcNum, $showFunc=null) |
| |
| | __construct () |
| |
| | setNew () |
| |
| | unsetNew () |
| |
| | isNew () |
| |
| | setDirty () |
| |
| | unsetDirty () |
| |
| | isDirty () |
| |
| | initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options='') |
| |
| | assignVar ($key, $value) |
| |
| | assignVars ($var_arr) |
| |
| | setVar ($key, $value, $not_gpc=false) |
| |
| | setVars ($var_arr, $not_gpc=false) |
| |
| | setFormVars ($var_arr=null, $pref='xo_', $not_gpc=false) |
| |
| & | getVars () |
| |
| & | getVar ($key, $format='s') |
| |
| | getShow ($key) |
| |
| | set ($key, $value) |
| |
| | get ($key) |
| |
| | getProperty ($key) |
| |
| | getProperties () |
| |
| | cleanVars () |
| |
| | registerFilter ($filtername) |
| |
| | _loadFilters () |
| |
| & | xoopsClone () |
| |
| | setErrors ($err_str) |
| |
| | getErrors () |
| |
| | getHtmlErrors () |
| |
| | initVar ($key, $data_type, $default, $required, $size) |
| |
Definition at line 31 of file block.php.