Class ProfileField
-
Xoops\Core\Kernel\XoopsObject
implements
ArrayAccess
-
ProfileField
Methods summary
public
|
|
public
|
#
setVar( string $key, mixed $value )
Extra treatment dealing with non latin encoding
Tricky solution
Extra treatment dealing with non latin encoding
Tricky solution
Parameters
Overrides
|
public
array|mixed
|
#
getVar( string $key, string $format = 's' )
Parameters
Returns
array|mixed
Overrides
|
public
Xoops\Form\Element
|
|
public
string
|
|
public
mixed
|
#
getValueForSave( mixed $value )
Returns a value ready to be saved in the database
Returns a value ready to be saved in the database
Parameters
Returns
mixed
|
public
array
|
#
getUserVars( )
Get names of user variables
Get names of user variables
Returns
array
|
Methods inherited from Xoops\Core\Kernel\XoopsObject
__clone(),
assignVar(),
assignVars(),
cleanVars(),
destroyVars(),
getErrors(),
getHtmlErrors(),
getValues(),
getVars(),
initVar(),
isDirty(),
isNew(),
loadFilters(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
registerFilter(),
setDirty(),
setErrors(),
setFormVars(),
setNew(),
setVars(),
toArray(),
unsetDirty(),
unsetNew(),
xoopsClone()
|