Class GetUserFieldsRequest

Description

Parameter object for obtaining the set of user fields

The parameters are : (name [type] description)

  • language [String] : Language 2 letter ISO-code
  • moduleSessionId [Long] : the module session id

 <complexType name="getUserFieldsRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="moduleSessionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

Located in /src/wrapper/GetUserFieldsRequest.php (line 26)


	
			
Method Summary
 GetUserFieldsRequest __construct ( $moduleSessionId,  $language)
 possible getLanguage ()
 void setLanguage (value $value)
 void setModuleSessionId ( $value)
Methods
Constructor __construct (line 31)
GetUserFieldsRequest __construct ( $moduleSessionId,  $language)
  • $moduleSessionId
  • $language
getLanguage (line 66)

Gets the value of the language property.

  • return: object is String
  • access: public
possible getLanguage ()
getModuleSessionId (line 46)

Gets the value of the moduleSessionId property.

  • access: public
void getModuleSessionId ()
setLanguage (line 78)

Sets the value of the language property.

  • access: public
void setLanguage (value $value)
  • value $value: allowed object is String
setModuleSessionId (line 54)

Sets the value of the moduleSessionId property.

  • access: public
void setModuleSessionId ( $value)
  • $value

Documentation generated on Fri, 19 Aug 2016 11:23:18 +0200 by phpDocumentor 1.4.4