Class ProfileFieldHandler
-
Xoops\Core\Kernel\XoopsObjectHandler
-
Xoops\Core\Kernel\XoopsPersistableObjectHandler
-
ProfileFieldHandler
Methods summary
public
|
|
public
array
|
#
loadFields( boolean $force_update = false )
Read field information from cached storage
Read field information from cached storage
Parameters
- $force_update
- read fields from database and not cached storage
Returns
array
|
public
boolean
|
#
insertFields( Xoops\Core\Kernel\XoopsObject $obj, boolean $force = false )
save a profile field in the database
save a profile field in the database
Parameters
- $obj
- reference to the object
- $force
- whether to force the query execution despite security settings
Returns
boolean FALSE if failed, TRUE if already present and unchanged or successful
|
public
boolean
|
#
deleteFields( Xoops\Core\Kernel\XoopsObject $obj, boolean $force = false )
delete a profile field from the database
delete a profile field from the database
Parameters
- $obj
- reference to the object to delete
- $force
Returns
boolean FALSE if failed.
|
public
string[]
|
#
getUserVars( )
Get array of standard variable names (user table)
Get array of standard variable names (user table)
Returns
string[]
|
Methods inherited from Xoops\Core\Kernel\XoopsPersistableObjectHandler
__call(),
cleanOrphan(),
create(),
delete(),
deleteAll(),
deleteByLink(),
get(),
getAll(),
getByLink(),
getCount(),
getCountByLink(),
getCounts(),
getCountsByLink(),
getIds(),
getList(),
getObjects(),
insert(),
loadHandler(),
setHandler(),
synchronization(),
updateAll(),
updateByLink()
|