Property | Type | Description | |
---|---|---|---|
$clickoutURLParams | string | The clickoutURLParams Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$firstSegmentsIds | int[] | The firstSegmentsIds Meta informations extracted from the WSDL - use: required | |
$key | string | The key Meta informations extracted from the WSDL - use: required | |
$price | Api\StructType\ApiFareItineraryPrice | The price Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1 | |
$resident | boolean | The resident | |
$secondSegmentsIds | int[] | The secondSegmentsIds | |
$thirdSegmentsIds | int[] | The thirdSegmentsIds |
Method | Description | |
---|---|---|
__construct ( Api\StructType\ApiFareItineraryPrice $price = null, string $key = null, array $firstSegmentsIds = [], string $clickoutURLParams = null, boolean $resident = null, array $secondSegmentsIds = [], array $thirdSegmentsIds = [] ) | Constructor method for fareItinerary | |
__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 | |
addToFirstSegmentsIds ( integer $item ) : |
Add item to firstSegmentsIds value | |
addToSecondSegmentsIds ( integer $item ) : |
Add item to secondSegmentsIds value | |
addToThirdSegmentsIds ( integer $item ) : |
Add item to thirdSegmentsIds value | |
getClickoutURLParams ( ) : string | null | Get clickoutURLParams value | |
getFirstSegmentsIds ( ) : int[] | Get firstSegmentsIds value | |
getKey ( ) : string | Get key value | |
getPrice ( ) : Api\StructType\ApiFareItineraryPrice | Get price value | |
getResident ( ) : boolean | null | Get resident value | |
getSecondSegmentsIds ( ) : int[] | null | Get secondSegmentsIds value | |
getThirdSegmentsIds ( ) : int[] | null | Get thirdSegmentsIds value | |
setClickoutURLParams ( string $clickoutURLParams = null ) : |
Set clickoutURLParams value | |
setFirstSegmentsIds ( array $firstSegmentsIds = [] ) : |
Set firstSegmentsIds value | |
setKey ( string $key = null ) : |
Set key value | |
setPrice ( Api\StructType\ApiFareItineraryPrice $price = null ) : |
Set price value | |
setResident ( boolean $resident = null ) : |
Set resident value | |
setSecondSegmentsIds ( array $secondSegmentsIds = [] ) : |
Set secondSegmentsIds value | |
setThirdSegmentsIds ( array $thirdSegmentsIds = [] ) : |
Set thirdSegmentsIds value |
public __construct ( Api\StructType\ApiFareItineraryPrice $price = null, string $key = null, array $firstSegmentsIds = [], string $clickoutURLParams = null, boolean $resident = null, array $secondSegmentsIds = [], array $thirdSegmentsIds = [] ) | ||
$price | Api\StructType\ApiFareItineraryPrice | |
$key | string | |
$firstSegmentsIds | array | |
$clickoutURLParams | string | |
$resident | boolean | |
$secondSegmentsIds | array | |
$thirdSegmentsIds | array |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
return |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public addToFirstSegmentsIds ( integer $item ) : |
||
$item | integer | |
return |
public addToSecondSegmentsIds ( integer $item ) : |
||
$item | integer | |
return |
public addToThirdSegmentsIds ( integer $item ) : |
||
$item | integer | |
return |
public getClickoutURLParams ( ) : string | null | ||
return | string | null |
public getFirstSegmentsIds ( ) : int[] | ||
return | int[] |
public getPrice ( ) : Api\StructType\ApiFareItineraryPrice | ||
return | Api\StructType\ApiFareItineraryPrice |
public getResident ( ) : boolean | null | ||
return | boolean | null |
public getSecondSegmentsIds ( ) : int[] | null | ||
return | int[] | null |
public getThirdSegmentsIds ( ) : int[] | null | ||
return | int[] | null |
public setClickoutURLParams ( string $clickoutURLParams = null ) : |
||
$clickoutURLParams | string | |
return |
public setFirstSegmentsIds ( array $firstSegmentsIds = [] ) : |
||
$firstSegmentsIds | array | |
return |
public setPrice ( Api\StructType\ApiFareItineraryPrice $price = null ) : |
||
$price | Api\StructType\ApiFareItineraryPrice | |
return |
public setResident ( boolean $resident = null ) : |
||
$resident | boolean | |
return |
public setSecondSegmentsIds ( array $secondSegmentsIds = [] ) : |
||
$secondSegmentsIds | array | |
return |
public setThirdSegmentsIds ( array $thirdSegmentsIds = [] ) : |
||
$thirdSegmentsIds | array | |
return |
public string $clickoutURLParams | ||
return | string |
public int[] $firstSegmentsIds | ||
return | int[] |
public string $key | ||
return | string |
public ApiFareItineraryPrice,Api\StructType $price | ||
return | Api\StructType\ApiFareItineraryPrice |
public int[] $secondSegmentsIds | ||
return | int[] |