Predictions
in package
A namespaced client for the "/v1/airport/predictions" endpoints.
Access via the Amadeus client object.
$amadeus = Amadeus::builder("clientId", "secret")->build(); $amadeus->getAirport()->getPredictions();
Table of Contents
- $onTime : OnTime
- A namespaced client for the "/v1/airport/predictions" endpoints.
- __construct() : mixed
- Constructor
- getOnTime() : OnTime
- Get a namespaced client for the "/v1/airport/predictions/on-time" endpoints.
Properties
$onTime
A namespaced client for the "/v1/airport/predictions" endpoints.
private
OnTime
$onTime
Methods
__construct()
Constructor
public
__construct(Amadeus $amadeus) : mixed
Parameters
- $amadeus : Amadeus
Return values
mixed —getOnTime()
Get a namespaced client for the "/v1/airport/predictions/on-time" endpoints.
public
getOnTime() : OnTime