DatedFlightSegment
in package
implements
ResourceInterface
Sub-resource in DatedFlight
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $boardPointIataCode : string|null
- $offPointIataCode : string|null
- $partnership : object|null
- $scheduledSegmentDuration : string|null
- __set() : void
- __toString() : string
- getBoardPointIataCode() : string|null
- getOffPointIataCode() : string|null
- getPartnership() : DatedFlightSegmentPartnership|null
- getScheduledSegmentDuration() : string|null
Properties
$boardPointIataCode
private
string|null
$boardPointIataCode
= null
$offPointIataCode
private
string|null
$offPointIataCode
= null
$partnership
private
object|null
$partnership
= null
$scheduledSegmentDuration
private
string|null
$scheduledSegmentDuration
= 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 —getBoardPointIataCode()
public
getBoardPointIataCode() : string|null
Return values
string|null —getOffPointIataCode()
public
getOffPointIataCode() : string|null
Return values
string|null —getPartnership()
public
getPartnership() : DatedFlightSegmentPartnership|null
Return values
DatedFlightSegmentPartnership|null —getScheduledSegmentDuration()
public
getScheduledSegmentDuration() : string|null