|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare () | |
| getDefinitions () | |
| getProfile () | |
| getProfileArr () | |
| setProfile () | |
| setProfiles () | |
Public Member Functions inherited from XCube_Service | |
| addType ( $className) | |
| addFunction () | |
| _addFunctionStandard ( $name, $in, $out) | |
| register ( $name, &$procedure) | |
Data Fields | |
| $mServiceName = 'Profile_Service' | |
| $mNameSpace = 'Profile' | |
| $mClassName = 'Profile_Service' | |
Data Fields inherited from XCube_Service | |
| $mServiceName = '' | |
| string | |
| $mNameSpace = '' | |
| string | |
| $mClassName = 'XCube_Service' | |
| $_mActionStrategy | |
| XCube_ActionStrategy(?) — 'deprecated'. | |
| $_mTypes = [] | |
| $_mFunctions = [] | |
Definition at line 109 of file ProfileService.class.php.
| getDefinitions | ( | ) |
get the profile field list. @params int uid: access limit by user id. prior to groupid's. @params int groupid: access limit by groupid. @params bool show_form: get defs if "show_form" is true.
Definition at line 149 of file ProfileService.class.php.
| getProfile | ( | ) |
get the given user's profile
Definition at line 206 of file ProfileService.class.php.
| getProfileArr | ( | ) |
get the given user's profile
Definition at line 224 of file ProfileService.class.php.
| prepare | ( | ) |
Reimplemented from XCube_Service.
Definition at line 118 of file ProfileService.class.php.
| setProfile | ( | ) |
set profile into the given user.
Definition at line 246 of file ProfileService.class.php.
| setProfiles | ( | ) |
set profiles into the given user.
Definition at line 272 of file ProfileService.class.php.
| $mClassName = 'Profile_Service' |
Definition at line 113 of file ProfileService.class.php.
| $mNameSpace = 'Profile' |
Definition at line 112 of file ProfileService.class.php.
| $mServiceName = 'Profile_Service' |
Definition at line 111 of file ProfileService.class.php.