XOOPS
2.6.0
|
Public Member Functions | |
__construct () | |
id ($format= 'n') | |
rank_id ($format= '') | |
rank_image ($format= '') | |
rank_max ($format= '') | |
rank_min ($format= '') | |
rank_special ($format= '') | |
rank_title ($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() | |
XoopsRanks::__construct | ( | ) |
Constructor
Definition at line 33 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\initVar(), Xoops\Core\Kernel\XOBJ_DTYPE_INT, and Xoops\Core\Kernel\XOBJ_DTYPE_TXTBOX.
XoopsRanks::id | ( | $format = 'n' | ) |
XoopsRanks::rank_id | ( | $format = '' | ) |
getter for rank_id field
string | $format |
Definition at line 62 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
Referenced by id().
XoopsRanks::rank_image | ( | $format = '' | ) |
getter for rank_image field
string | $format |
Definition at line 122 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsRanks::rank_max | ( | $format = '' | ) |
getter for rank_max field
string | $format |
Definition at line 98 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsRanks::rank_min | ( | $format = '' | ) |
getter for rank_min field
string | $format |
Definition at line 86 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsRanks::rank_special | ( | $format = '' | ) |
getter for rank_special field
string | $format |
Definition at line 110 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsRanks::rank_title | ( | $format = '' | ) |
getter for rank_title field
string | $format |
Definition at line 74 of file ranks.php.
References Xoops\Core\Kernel\XoopsObject\getVar().