|
XOOPS
2.6.0
|
Public Member Functions | |
| __construct (Connection $db=null) | |
| addUser ($avatar_id, $user_id) | |
| getListByType ($avatar_type=null, $avatar_display=null) | |
| getObjectsWithCount (CriteriaElement $criteria=null, $id_as_key=false) | |
| getUser (AvatarsAvatar $avatar) | |
Public Member Functions inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler | |
| __call ($name, $args) | |
| cleanOrphan ($table_link= '', $field_link= '', $field_object= '') | |
| create ($isNew=true) | |
| delete (XoopsObject $object, $force=false) | |
| deleteAll (CriteriaElement $criteria, $force=true, $asObject=false) | |
| deleteByLink (CriteriaElement $criteria=null) | |
| get ($id=null, $fields=null) | |
| getAll (CriteriaElement $criteria=null, $fields=null, $asObject=true, $id_as_key=true) | |
| getByLink (CriteriaElement $criteria=null, $fields=null, $asObject=true, $field_link=null, $field_object=null) | |
| getCount (CriteriaElement $criteria=null) | |
| getCountByLink (CriteriaElement $criteria=null) | |
| getCounts (CriteriaElement $criteria=null) | |
| getCountsByLink (CriteriaElement $criteria=null) | |
| getIds (CriteriaElement $criteria=null) | |
| getList (CriteriaElement $criteria=null, $limit=0, $start=0) | |
| getObjects (CriteriaElement $criteria=null, $id_as_key=false, $as_object=true) | |
| insert (XoopsObject $object, $force=true) | |
| loadHandler ($name, $args=null) | |
| setHandler ($handler=null, $args=null, $path=null) | |
| synchronization ($table_link= '', $field_link= '', $field_object= '') | |
| updateAll ($fieldname, $fieldvalue, CriteriaElement $criteria, $force=false) | |
| updateByLink ($data, CriteriaElement $criteria=null) | |
Public Member Functions inherited from Xoops\Core\Kernel\XoopsObjectHandler | |
| create () | |
| delete (XoopsObject $object, $force=true) | |
| get ($int_id) | |
| insert (XoopsObject $object, $force=true) | |
Additional Inherited Members | |
Public Attributes inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler | |
| $className | |
| $field_link | |
| $field_object | |
| $identifierName | |
| $keyName | |
| $keyName_link | |
| $table | |
| $table_link | |
Public Attributes inherited from Xoops\Core\Kernel\XoopsObjectHandler | |
| $db2 | |
Protected Member Functions inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler | |
| __construct (Connection $db=null, $table= '', $className= '', $keyName= '', $identifierName= '') | |
Protected Member Functions inherited from Xoops\Core\Kernel\XoopsObjectHandler | |
| __construct (Connection $db=null) | |
Protected Attributes inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler | |
| $handler | |
Definition at line 193 of file avatar.php.
| AvatarsAvatarHandler::__construct | ( | Connection | $db = null | ) |
| AvatarsAvatarHandler::addUser | ( | $avatar_id, | |
| $user_id | |||
| ) |
Add user to avatars_user_link
| int | $avatar_id | avatar id |
| int | $user_id | user id |
Definition at line 252 of file avatar.php.
| AvatarsAvatarHandler::getListByType | ( | $avatar_type = null, |
|
$avatar_display = null |
|||
| ) |
Get a list of Avatars
| string | $avatar_type | 'C' for custom, 'S' for system |
| bool | $avatar_display | display avatar |
Definition at line 320 of file avatar.php.
References $criteria, $i, Xoops\Core\Kernel\XoopsPersistableObjectHandler\getObjects(), and XoopsLocaleEn_US\NONE.
| AvatarsAvatarHandler::getObjectsWithCount | ( | CriteriaElement | $criteria = null, |
$id_as_key = false |
|||
| ) |
Fetch a row of objects from the database
| null | CriteriaElement | $criteria | criteria object |
| bool | $id_as_key | if true, use avatar_id as array key |
Definition at line 213 of file avatar.php.
| AvatarsAvatarHandler::getUser | ( | AvatarsAvatar | $avatar | ) |
getUser - get avatars_user_link for an avatar
| AvatarsAvatar | $avatar | avatar object |
Definition at line 294 of file avatar.php.
References $result, and Xoops\Core\Kernel\XoopsObject\getVar().