FlightItineraries
in package
implements
ResourceInterface
Sub-resource in FlightOffer, etc.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $duration : string|null
- $segments : array<string|int, mixed>|null
- __set() : void
- __toString() : string
- getDuration() : string|null
- getSegments() : array<string|int, FlightExtendedSegment>|null
Properties
$duration
private
string|null
$duration
= null
$segments
private
array<string|int, mixed>|null
$segments
= null
Methods
__set()
public
__set(mixed $name, mixed $value) : void
Parameters
- $name : mixed
- $value : mixed
Return values
void —__toString()
public
__toString() : string
Return values
string —getDuration()
public
getDuration() : string|null
Return values
string|null —getSegments()
public
getSegments() : array<string|int, FlightExtendedSegment>|null