XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
Profile_DataObject () | |
showField ( $key, $option=2) | |
setField ( $key, $value) | |
![]() | |
setNew () | |
unsetNew () | |
isNew () | |
initVar ($key, $dataType, $value=null, $required=false, $size=null) | |
assignVar ($key, $value) | |
assignVars ($values) | |
set ($key, $value) | |
get ($key) | |
gets () | |
setVar ($key, $value) | |
setVars ($values) | |
getVar ($key) | |
getShow ($key) | |
getTypeInformations () | |
getPurifiedHtml ( $key, $encoding=null, $doctype=null) | |
getDirname () | |
Data Fields | |
$mDef = null | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Definition at line 12 of file Data.class.php.
__construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 24 of file Data.class.php.
Definition at line 16 of file Data.class.php.
setField | ( | $key, | |
$value ) |
setField
string | $key | |
mixed | $value |
$key | * string ** |
$value | * mixed ** |
Definition at line 56 of file Data.class.php.
showField | ( | $key, | |
$option = 2 ) |
showField
string | $key | |
int | $option |
$key | * string ** |
$option | * Enum ** |
Definition at line 43 of file Data.class.php.
$mDef = null |
Definition at line 14 of file Data.class.php.