XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct () | |
getForm ($action=false) | |
ProfileCategory () | |
Public Member Functions inherited from XoopsObject | |
_loadFilters () | |
assignVar ($key, $value) | |
assignVars ($var_arr) | |
cleanVars () | |
destoryVars ($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= '', $enumerations= '') | |
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 () |
XoopsObject () | |
Additional Inherited Members | |
Public Attributes inherited from XoopsObject | |
$_errors = array() | |
$_filters = array() | |
$_isDirty = false | |
$_isNew = false | |
$cleanVars = array() | |
$vars = array() | |
Definition at line 27 of file category.php.
ProfileCategory::__construct | ( | ) |
Definition at line 29 of file category.php.
References XOBJ_DTYPE_INT, XOBJ_DTYPE_TXTAREA, and XOBJ_DTYPE_TXTBOX.
ProfileCategory::getForm | ( | $action = false | ) |
Get XoopsThemeForm for adding/editing categories
mixed | $action | URL to submit to or false for $_SERVER['REQUEST_URI'] |
Definition at line 49 of file category.php.
References $_SERVER, $action, $form, $GLOBALS, $title, _PROFILE_AM_ADD, _PROFILE_AM_CATEGORY, _PROFILE_AM_DESCRIPTION, _PROFILE_AM_EDIT, _PROFILE_AM_TITLE, _PROFILE_AM_WEIGHT, and _SUBMIT.
ProfileCategory::ProfileCategory | ( | ) |
Definition at line 37 of file category.php.