XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | get ($id) |
_update (&$obj) | |
delete (&$obj, $force=false) | |
deleteAllByUser (&$xoopsUser) | |
![]() | |
__construct (&$db) | |
& | create ($isNew=true) |
& | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
getIdList ($criteria=null, $limit=null, $start=null) | |
getCount ($criteria=null) | |
_getCount ($sql=null) | |
insert (&$obj, $force=false) | |
_insert (&$obj) | |
_makeVars4sql (&$obj) | |
_makeCriteria4sql ($criteria) | |
_makeCriteriaElement4sql ($criteria, &$obj) | |
_escapeValue ($value, $type) | |
deleteAll ($criteria, $force=false) | |
getDirname () | |
getDataname () | |
_callDelegate ( $type, &$obj) | |
![]() | |
& | create () |
insert (&$object) | |
delete (&$object) | |
Data Fields | |
$mTable = 'avatar_user_link' | |
$mPrimary = '' | |
$mClass = 'UserAvatar_user_linkObject' | |
![]() | |
$mTable = null | |
$mPrimary = null | |
$mClass = null | |
$mDirname = null | |
$mDataname = null | |
$_mDummyObj = null | |
![]() | |
$db | |
Definition at line 16 of file avatar_user_link.php.
_update | ( | & | $obj | ) |
@access private
$obj |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 28 of file avatar_user_link.php.
delete | ( | & | $obj, |
$force = false ) |
Delete $obj.
$obj | ||
bool | $force |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 33 of file avatar_user_link.php.
deleteAllByUser | ( | & | $xoopsUser | ) |
Delete all of link informations about a user specified.
$xoopsUser |
Definition at line 47 of file avatar_user_link.php.
& get | ( | $int_id | ) |
gets a value object
int | $int_id | @abstract |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 22 of file avatar_user_link.php.
$mClass = 'UserAvatar_user_linkObject' |
Definition at line 20 of file avatar_user_link.php.
$mPrimary = '' |
Definition at line 19 of file avatar_user_link.php.
$mTable = 'avatar_user_link' |
Definition at line 18 of file avatar_user_link.php.