XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare () | |
toArray () | |
loadByArray ( $vars) | |
Static Public Member Functions | |
isArray () | |
getPropertyDefinition () | |
Data Fields | |
$mProperty = [] | |
Definition at line 24 of file XCube_Object.class.php.
__construct | ( | ) |
Definition at line 49 of file XCube_Object.class.php.
|
static |
Return member property information. This member function is called in the initialize of object and service. This member function has to be a static function.
Reimplemented in Legacy_SearchItem, Legacy_SearchModule, Legacy_SearchModuleResult, Profile_DataObj, Profile_DefinitionsObj, and Profile_OptionsObj.
Definition at line 46 of file XCube_Object.class.php.
|
static |
Definition at line 34 of file XCube_Object.class.php.
loadByArray | ( | $vars | ) |
Definition at line 75 of file XCube_Object.class.php.
prepare | ( | ) |
Initialize. If the exception raises, return false.
Definition at line 62 of file XCube_Object.class.php.
toArray | ( | ) |
Definition at line 65 of file XCube_Object.class.php.
$mProperty = [] |
Member property
Definition at line 28 of file XCube_Object.class.php.