XOOPS 2.5.6
Final
|
Public Member Functions | |
avatar_created ($format='') | |
avatar_display ($format='') | |
avatar_file ($format='') | |
avatar_id ($format='') | |
avatar_mimetype ($format='') | |
avatar_name ($format='') | |
avatar_type ($format='') | |
avatar_weight ($format='') | |
getUserCount () | |
id ($format='N') | |
setUserCount ($value) | |
XoopsAvatar () | |
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 () | |
Public Attributes | |
$_userCount | |
Public Attributes inherited from XoopsObject | |
$_errors = array() | |
$_filters = array() | |
$_isDirty = false | |
$_isNew = false | |
$cleanVars = array() | |
$vars = array() | |
Definition at line 29 of file avatar.php.
XoopsAvatar::avatar_created | ( | $format = '' | ) |
Returns Class Base Variable avatar_created
Definition at line 91 of file avatar.php.
XoopsAvatar::avatar_display | ( | $format = '' | ) |
Returns Class Base Variable avatar_display
Definition at line 99 of file avatar.php.
XoopsAvatar::avatar_file | ( | $format = '' | ) |
Returns Class Base Variable avatar_file
Definition at line 67 of file avatar.php.
XoopsAvatar::avatar_id | ( | $format = '' | ) |
Returns Class Base Variable avatar_id
Definition at line 59 of file avatar.php.
XoopsAvatar::avatar_mimetype | ( | $format = '' | ) |
Returns Class Base Variable avatar_mimetype
Definition at line 83 of file avatar.php.
XoopsAvatar::avatar_name | ( | $format = '' | ) |
Returns Class Base Variable avatar_name
Definition at line 75 of file avatar.php.
XoopsAvatar::avatar_type | ( | $format = '' | ) |
Returns Class Base Variable avatar_type
Definition at line 115 of file avatar.php.
XoopsAvatar::avatar_weight | ( | $format = '' | ) |
Returns Class Base Variable avatar_weight
Definition at line 107 of file avatar.php.
XoopsAvatar::getUserCount | ( | ) |
XoopsAvatar::id | ( | $format = 'N' | ) |
Returns Class Base Variable avatar_id
Definition at line 51 of file avatar.php.
XoopsAvatar::setUserCount | ( | $value | ) |
XoopsAvatar::XoopsAvatar | ( | ) |
Constructor
Definition at line 35 of file avatar.php.
References XOBJ_DTYPE_INT, XOBJ_DTYPE_OTHER, and XOBJ_DTYPE_TXTBOX.
XoopsAvatar::$_userCount |
Definition at line 31 of file avatar.php.