XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | create ($isNew=true) |
& | get ($id) |
insert (&$avatar) | |
delete (&$avatar) | |
& | getObjects ($criteria=null, $id_as_key=false) |
getCount ($criteria=null) | |
addUser ($avatar_id, $user_id) | |
& | getUser (&$avatar) |
& | getList ($avatar_type=null, $avatar_display=null) |
![]() | |
__construct (&$db) | |
& | create () |
Additional Inherited Members | |
![]() | |
$db | |
XOOPS avatar handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS avatar class objects.
Definition at line 55 of file avatar.php.
addUser | ( | $avatar_id, | |
$user_id ) |
Definition at line 180 of file avatar.php.
& create | ( | $isNew = true | ) |
Definition at line 58 of file avatar.php.
delete | ( | & | $object | ) |
delete obejct from database
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 123 of file avatar.php.
& get | ( | $int_id | ) |
gets a value object
int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 67 of file avatar.php.
getCount | ( | $criteria = null | ) |
Definition at line 167 of file avatar.php.
& getList | ( | $avatar_type = null, | |
$avatar_display = null ) |
Definition at line 213 of file avatar.php.
& getObjects | ( | $criteria = null, | |
$id_as_key = false ) |
Definition at line 138 of file avatar.php.
& getUser | ( | & | $avatar | ) |
Definition at line 197 of file avatar.php.
insert | ( | & | $object | ) |
insert/update object
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 85 of file avatar.php.