XOOPS
2.6.0
|
Public Member Functions | |
__construct () | |
description ($format= '') | |
group_type ($format= '') | |
groupid ($format= '') | |
id ($format= 'n') | |
name ($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() | |
XoopsGroup::__construct | ( | ) |
Constructor
Definition at line 36 of file group.php.
References 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.
XoopsGroup::description | ( | $format = '' | ) |
string | $format |
Definition at line 75 of file group.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsGroup::group_type | ( | $format = '' | ) |
string | $format |
Definition at line 84 of file group.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsGroup::groupid | ( | $format = '' | ) |
string | $format |
Definition at line 57 of file group.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsGroup::id | ( | $format = 'n' | ) |
string | $format |
Definition at line 48 of file group.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsGroup::name | ( | $format = '' | ) |
string | $format |
Definition at line 66 of file group.php.
References Xoops\Core\Kernel\XoopsObject\getVar().