◆ addUser()
addUser |
( |
|
$avatar_id, |
|
|
|
$user_id |
|
) |
| |
Add user
- Parameters
-
int | $avatar_id | |
int | $user_id | |
- Returns
- bool
◆ create()
◆ delete()
Delete an object from the database
- Parameters
-
- Returns
- bool true on success, otherwise false
Reimplemented from XoopsObjectHandler.
◆ get()
◆ getCount()
Get count
- Parameters
-
- Returns
- int
◆ getList()
getList |
( |
|
$avatar_type = null , |
|
|
|
$avatar_display = null |
|
) |
| |
Get a list of Avatars
- Parameters
-
string | $avatar_type | 'S' for system, 'C' for custom |
bool | null | $avatar_display | null lists all, bool respects avatar_display |
- Returns
- array
◆ getObjects()
Fetch a row of objects from the database
- Parameters
-
- Returns
- object
◆ getUser()
Get User
- Parameters
-
- Returns
- array
@TODO: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
◆ insert()
Insert and Object into the database
- Parameters
-
- Returns
- bool true on success, otherwise false
Reimplemented from XoopsObjectHandler.
The documentation for this class was generated from the following file: