Property | Type | Description | |
---|---|---|---|
$dateOfBirth | string | - maxOccurs: 1 - minOccurs: 0 - maxLength: 10 - minLength: 10 | |
string | - maxOccurs: 1 - minOccurs: 1 - pattern: [_a-zA-Z0-9\-\+\.]+@[a-zA-Z0-9\-]+(\.[a-zA-Z0-9\-]+)*(\.[a-zA-Z]+) - maxLength: 100 - minLength: 1 | ||
$gender | string | - maxOccurs: 1 - minOccurs: 1 | |
$id | string | The id Meta informations extracted from the WSDL - use: required - maxLength: 35 - minLength: 1 | |
$ipAddress | string | - maxOccurs: 1 - minOccurs: 0 - maxLength: 35 - minLength: 1 | |
$language | Api\StructType\ApiLanguage | - maxOccurs: 1 - minOccurs: 1 | |
$mobilePhoneNumber | string | - maxOccurs: 1 - minOccurs: 0 - maxLength: 50 - minLength: 1 | |
$name | Api\StructType\ApiName | - maxOccurs: 1 - minOccurs: 1 | |
$phoneNumber | string | - maxOccurs: 1 - minOccurs: 0 - maxLength: 50 - minLength: 1 |
Method | Description | |
---|---|---|
__construct ( Api\StructType\ApiName $name = null, string $email = null, Api\StructType\ApiLanguage $language = null, string $gender = null, string $id = null, string $dateOfBirth = null, string $phoneNumber = null, string $mobilePhoneNumber = null, string $ipAddress = null ) | Constructor method for shopper | |
__set_state ( array $array ) : |
Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values | |
__toString ( ) : string | Method returning the class name | |
getDateOfBirth ( ) : string | null | Get dateOfBirth value | |
getEmail ( ) : string | Get email value | |
getGender ( ) : string | Get gender value | |
getId ( ) : string | Get id value | |
getIpAddress ( ) : string | null | Get ipAddress value | |
getLanguage ( ) : Api\StructType\ApiLanguage | Get language value | |
getMobilePhoneNumber ( ) : string | null | Get mobilePhoneNumber value | |
getName ( ) : Api\StructType\ApiName | Get name value | |
getPhoneNumber ( ) : string | null | Get phoneNumber value | |
setDateOfBirth ( string $dateOfBirth = null ) : |
Set dateOfBirth value | |
setEmail ( string $email = null ) : |
Set email value | |
setGender ( string $gender = null ) : |
Set gender value | |
setId ( string $id = null ) : |
Set id value | |
setIpAddress ( string $ipAddress = null ) : |
Set ipAddress value | |
setLanguage ( Api\StructType\ApiLanguage $language = null ) : |
Set language value | |
setMobilePhoneNumber ( string $mobilePhoneNumber = null ) : |
Set mobilePhoneNumber value | |
setName ( Api\StructType\ApiName $name = null ) : |
Set name value | |
setPhoneNumber ( string $phoneNumber = null ) : |
Set phoneNumber value |
public __construct ( Api\StructType\ApiName $name = null, string $email = null, Api\StructType\ApiLanguage $language = null, string $gender = null, string $id = null, string $dateOfBirth = null, string $phoneNumber = null, string $mobilePhoneNumber = null, string $ipAddress = null ) | ||
$name | Api\StructType\ApiName | |
string | ||
$language | Api\StructType\ApiLanguage | |
$gender | string | |
$id | string | |
$dateOfBirth | string | |
$phoneNumber | string | |
$mobilePhoneNumber | string | |
$ipAddress | string |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
return |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public getDateOfBirth ( ) : string | null | ||
return | string | null |
public getIpAddress ( ) : string | null | ||
return | string | null |
public getLanguage ( ) : Api\StructType\ApiLanguage | ||
return | Api\StructType\ApiLanguage |
public getMobilePhoneNumber ( ) : string | null | ||
return | string | null |
public getName ( ) : Api\StructType\ApiName | ||
return | Api\StructType\ApiName |
public getPhoneNumber ( ) : string | null | ||
return | string | null |
public setDateOfBirth ( string $dateOfBirth = null ) : |
||
$dateOfBirth | string | |
return |
public setIpAddress ( string $ipAddress = null ) : |
||
$ipAddress | string | |
return |
public setLanguage ( Api\StructType\ApiLanguage $language = null ) : |
||
$language | Api\StructType\ApiLanguage | |
return |
public setMobilePhoneNumber ( string $mobilePhoneNumber = null ) : |
||
$mobilePhoneNumber | string | |
return |
public setName ( Api\StructType\ApiName $name = null ) : |
||
$name | Api\StructType\ApiName | |
return |
public setPhoneNumber ( string $phoneNumber = null ) : |
||
$phoneNumber | string | |
return |
public string $dateOfBirth | ||
return | string |
public string $email | ||
return | string |
public string $id | ||
return | string |
public string $ipAddress | ||
return | string |
public ApiLanguage,Api\StructType $language | ||
return | Api\StructType\ApiLanguage |
public string $mobilePhoneNumber | ||
return | string |
public ApiName,Api\StructType $name | ||
return | Api\StructType\ApiName |
public string $phoneNumber | ||
return | string |