Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 852 Bytes

JourneyResponse.md

File metadata and controls

26 lines (20 loc) · 852 Bytes

< Rejseplan - PHP Api - Journey response

Lsv\Rejseplan\Response\JourneyResponse

Example

See Journey on how to get the $response

$response->name;
$response->type;
$response->messages;
$response->notes;
$response->stops;

Parameters

Parameter Return Description
name string Name of the vehicle
type string Type of the vehicle
messages array<Lsv\Rejseplan\Response\Journey\Message> Array of messages for this journey
notes array<Lsv\Rejseplan\Response\Journey\Note> Array of notes for this journey
stops array<Lsv\Rejseplan\Response\Journey\Stop> Array of stops for this journey