Свойство | Тип | Описание | |
---|---|---|---|
$City | string | The City Meta informations extracted from the WSDL - documentation: The delivery city | |
$PostalCode | string | The PostalCode Meta informations extracted from the WSDL - documentation: Postal code for the city - length: 4 | |
$Street1 | string | The Street1 Meta informations extracted from the WSDL - documentation: First line on delivery address | |
$Street2 | string | The Street2 Meta informations extracted from the WSDL - documentation: Second line on delivery address | |
$Street3 | string | The Street3 Meta informations extracted from the WSDL - documentation: Third line on delivery address |
Метод | Описание | |
---|---|---|
__construct ( string $street1 = null, string $street2 = null, string $street3 = null, string $city = null, string $postalCode = null ) | Constructor method for AddressDelivery_Type | |
__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 | |
getCity ( ) : string | null | Get City value | |
getPostalCode ( ) : string | null | Get PostalCode value | |
getStreet1 ( ) : string | null | Get Street1 value | |
getStreet2 ( ) : string | null | Get Street2 value | |
getStreet3 ( ) : string | null | Get Street3 value | |
setCity ( string $city = null ) : |
Set City value | |
setPostalCode ( string $postalCode = null ) : |
Set PostalCode value | |
setStreet1 ( string $street1 = null ) : |
Set Street1 value | |
setStreet2 ( string $street2 = null ) : |
Set Street2 value | |
setStreet3 ( string $street3 = null ) : |
Set Street3 value |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
Результат |
public __toString ( ) : string | ||
Результат | string | __CLASS__ |
public getPostalCode ( ) : string | null | ||
Результат | string | null |
public getStreet1 ( ) : string | null | ||
Результат | string | null |
public getStreet2 ( ) : string | null | ||
Результат | string | null |
public getStreet3 ( ) : string | null | ||
Результат | string | null |
public setPostalCode ( string $postalCode = null ) : |
||
$postalCode | string | |
Результат |
public setStreet1 ( string $street1 = null ) : |
||
$street1 | string | |
Результат |
public setStreet2 ( string $street2 = null ) : |
||
$street2 | string | |
Результат |
public setStreet3 ( string $street3 = null ) : |
||
$street3 | string | |
Результат |
public string $City | ||
Результат | string |
public string $PostalCode | ||
Результат | string |
public string $Street1 | ||
Результат | string |
public string $Street2 | ||
Результат | string |
public string $Street3 | ||
Результат | string |