< Rejseplan - PHP Api - Journey response
See Journey on how to get the $response
$response->name;
$response->type;
$response->messages;
$response->notes;
$response->stops;
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 |