Schedule
in package
A namespaced client for the "/schedule" endpoints.
Access via the Amadeus client object.
$amadeus = Amadeus::builder("clientId", "secret")->build(); $amadeus->getSchedule();
Table of Contents
- $flights : Flights
- A namespaced client for the "/v2/schedule/flights" endpoints.
- __construct() : mixed
- getFlights() : Flights
- Get a namespaced client for the "/v2/schedule/flights" endpoints.
Properties
$flights
A namespaced client for the "/v2/schedule/flights" endpoints.
private
Flights
$flights
Methods
__construct()
public
__construct(Amadeus $amadeus) : mixed
Parameters
- $amadeus : Amadeus
Return values
mixed —getFlights()
Get a namespaced client for the "/v2/schedule/flights" endpoints.
public
getFlights() : Flights