DatedFlightLeg
in package
implements
ResourceInterface
Sub-resource in DatedFlight
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $aircraftEquipment : object|null
- $boardPointIataCode : string|null
- $offPointIataCode : string|null
- $scheduledLegDuration : string|null
- __set() : void
- __toString() : string
- getAircraftEquipment() : AircraftEquipment|null
- getBoardPointIataCode() : string|null
- getOffPointIataCode() : string|null
- getScheduledLegDuration() : string|null
Properties
$aircraftEquipment
private
object|null
$aircraftEquipment
= null
$boardPointIataCode
private
string|null
$boardPointIataCode
= null
$offPointIataCode
private
string|null
$offPointIataCode
= null
$scheduledLegDuration
private
string|null
$scheduledLegDuration
= 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 —getAircraftEquipment()
public
getAircraftEquipment() : AircraftEquipment|null
Return values
AircraftEquipment|null —getBoardPointIataCode()
public
getBoardPointIataCode() : string|null
Return values
string|null —getOffPointIataCode()
public
getOffPointIataCode() : string|null
Return values
string|null —getScheduledLegDuration()
public
getScheduledLegDuration() : string|null