XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Profile_Service Class Reference
Inheritance diagram for Profile_Service:
XCube_Service

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 = []
 

Detailed Description

Definition at line 109 of file ProfileService.class.php.

Member Function Documentation

◆ getDefinitions()

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()

getProfile ( )

get the given user's profile

Definition at line 206 of file ProfileService.class.php.

◆ getProfileArr()

getProfileArr ( )

get the given user's profile

Definition at line 224 of file ProfileService.class.php.

◆ prepare()

prepare ( )

Reimplemented from XCube_Service.

Definition at line 118 of file ProfileService.class.php.

◆ setProfile()

setProfile ( )

set profile into the given user.

Definition at line 246 of file ProfileService.class.php.

◆ setProfiles()

setProfiles ( )

set profiles into the given user.

Definition at line 272 of file ProfileService.class.php.

Field Documentation

◆ $mClassName

$mClassName = 'Profile_Service'

Definition at line 113 of file ProfileService.class.php.

◆ $mNameSpace

$mNameSpace = 'Profile'

Definition at line 112 of file ProfileService.class.php.

◆ $mServiceName

$mServiceName = 'Profile_Service'

Definition at line 111 of file ProfileService.class.php.


The documentation for this class was generated from the following file: