|
XOOPS
2.6.0
|

Public Member Functions | |
| __construct ($id=null) | |
| bcachetime ($format= '') | |
| bid ($format= '') | |
| block_type ($format= '') | |
| buildBlock () | |
| c_type ($format= '') | |
| content ($format= '') | |
| dirname ($format= '') | |
| edit_func ($format= '') | |
| func_file ($format= '') | |
| func_num ($format= '') | |
| getContent ($format= 's', $c_type= 'T') | |
| getOptions () | |
| id ($format= 'n') | |
| isactive ($format= '') | |
| isCustom () | |
| last_modified ($format= '') | |
| mid ($format= '') | |
| name ($format= '') | |
| options ($format= '') | |
| show_func ($format= '') | |
| side ($format= '') | |
| template ($format= '') | |
| title ($format= '') | |
| visible ($format= '') | |
| weight ($format= '') | |
Public Member Functions inherited from Xoops\Core\Kernel\XoopsObject | |
| assignVar ($key, $value) | |
| assignVars ($var_arr) | |
| cleanVars ($quote=true) | |
| destroyVars ($var) | |
| getErrors () | |
| getHtmlErrors () | |
| getValues ($keys=null, $format= 's', $maxDepth=1) | |
| getVar ($key, $format= 's') | |
| getVars () | |
| initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options= '') | |
| isDirty () | |
| isNew () | |
| loadFilters ($method) | |
| registerFilter ($filtername) | |
| setDirty () | |
| setErrors ($err_str) | |
| setFormVars ($var_arr=null, $pref= 'xo_', $not_gpc=false) | |
| setNew () | |
| setVar ($key, $value, $not_gpc=false) | |
| setVars ($var_arr, $not_gpc=false) | |
| toArray () | |
| unsetDirty () | |
| unsetNew () | |
| xoopsClone () | |
Additional Inherited Members | |
Public Attributes inherited from Xoops\Core\Kernel\XoopsObject | |
| $cleanVars = array() | |
| $plugin_path | |
| $vars = array() | |
| XoopsBlock::__construct | ( | $id = null | ) |
Constructor
| int | array | $id |
Definition at line 35 of file block.php.
References $i, $id, $xoops, Xoops\Core\Kernel\XoopsObject\assignVar(), Xoops\Core\Kernel\XoopsObject\assignVars(), XoopsBaseConfig\get(), Xoops\getInstance(), Xoops\Core\Kernel\XoopsObject\initVar(), Xoops\Core\Kernel\XOBJ_DTYPE_INT, Xoops\Core\Kernel\XOBJ_DTYPE_OTHER, Xoops\Core\Kernel\XOBJ_DTYPE_TXTAREA, and Xoops\Core\Kernel\XOBJ_DTYPE_TXTBOX.

| XoopsBlock::bcachetime | ( | $format = '' | ) |
| string | $format |
Definition at line 259 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::bid | ( | $format = '' | ) |
| string | $format |
Definition at line 97 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::block_type | ( | $format = '' | ) |
| string | $format |
Definition at line 187 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::buildBlock | ( | ) |
Build Block
Definition at line 375 of file block.php.
References $options, $xoops, XoopsLoad\fileExists(), getContent(), Xoops\getInstance(), Xoops\Core\Kernel\XoopsObject\getVar(), and isCustom().

| XoopsBlock::c_type | ( | $format = '' | ) |
| string | $format |
Definition at line 196 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::content | ( | $format = '' | ) |
| string | $format |
Definition at line 151 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::dirname | ( | $format = '' | ) |
| string | $format |
Definition at line 214 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::edit_func | ( | $format = '' | ) |
| string | $format |
Definition at line 241 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::func_file | ( | $format = '' | ) |
| string | $format |
Definition at line 223 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::func_num | ( | $format = '' | ) |
| string | $format |
Definition at line 115 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::getContent | ( | $format = 's', |
|
$c_type = 'T' |
|||
| ) |
return the content of the block for output
| string | $format | |
| string | $c_type | type of content Legal value for the type of content
|
Definition at line 285 of file block.php.
References $content, $myts, XoopsBaseConfig\get(), MyTextSanitizer\getInstance(), and Xoops\Core\Kernel\XoopsObject\getVar().
Referenced by buildBlock().


| XoopsBlock::getOptions | ( | ) |
(HTML-) form for setting the options of the block
Definition at line 332 of file block.php.
References $options, $xoops, XoopsLoad\fileExists(), Xoops\getInstance(), Xoops\Core\Kernel\XoopsObject\getVar(), and isCustom().

| XoopsBlock::id | ( | $format = 'n' | ) |
| string | $format |
Definition at line 88 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::isactive | ( | $format = '' | ) |
| string | $format |
Definition at line 205 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::isCustom | ( | ) |
Definition at line 362 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
Referenced by buildBlock(), and getOptions().


| XoopsBlock::last_modified | ( | $format = '' | ) |
| string | $format |
Definition at line 268 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::mid | ( | $format = '' | ) |
| string | $format |
Definition at line 106 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::name | ( | $format = '' | ) |
| string | $format |
Definition at line 133 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::options | ( | $format = '' | ) |
| string | $format |
Definition at line 124 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::show_func | ( | $format = '' | ) |
| string | $format |
Definition at line 232 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::side | ( | $format = '' | ) |
| string | $format |
Definition at line 160 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::template | ( | $format = '' | ) |
| string | $format |
Definition at line 250 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::title | ( | $format = '' | ) |
| string | $format |
Definition at line 142 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::visible | ( | $format = '' | ) |
| string | $format |
Definition at line 178 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| XoopsBlock::weight | ( | $format = '' | ) |
| string | $format |
Definition at line 169 of file block.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
