XOOPS  2.6.0
AvatarsAvatar Class Reference
Inheritance diagram for AvatarsAvatar:
Inheritance graph

Public Member Functions

 __construct ()
 
 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)
 
- 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 ()
 

Private Attributes

 $userCount
 

Additional Inherited Members

- Public Attributes inherited from Xoops\Core\Kernel\XoopsObject
 $cleanVars = array()
 
 $plugin_path
 
 $vars = array()
 

Detailed Description

Definition at line 35 of file avatar.php.

Constructor & Destructor Documentation

AvatarsAvatar::__construct ( )

Constructor

Definition at line 45 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\initVar(), Xoops\Core\Kernel\XOBJ_DTYPE_INT, Xoops\Core\Kernel\XOBJ_DTYPE_OTHER, and Xoops\Core\Kernel\XOBJ_DTYPE_TXTBOX.

Here is the call graph for this function:

Member Function Documentation

AvatarsAvatar::avatar_created (   $format = '')

get avatar_created

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 124 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_display (   $format = '')

get avatar_display

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 136 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_file (   $format = '')

get avatar_file

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 88 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_id (   $format = '')

get avatar_id

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 76 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_mimetype (   $format = '')

get avatar_mimetype

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 112 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_name (   $format = '')

get avatar_name

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 100 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_type (   $format = '')

get avatar_type

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 160 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::avatar_weight (   $format = '')

get avatar_weight

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 148 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::getUserCount ( )

Get User Count

Returns
int

Definition at line 182 of file avatar.php.

References $userCount.

AvatarsAvatar::id (   $format = 'n')

get avatar_id

Parameters
string$formatreturn format code
Returns
mixed

Definition at line 64 of file avatar.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

AvatarsAvatar::setUserCount (   $value)

Set User Count

Parameters
int$valueuser count
Returns
void

Definition at line 172 of file avatar.php.

Member Data Documentation

AvatarsAvatar::$userCount
private

Definition at line 40 of file avatar.php.

Referenced by getUserCount().


The documentation for this class was generated from the following file: