Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 466 Bytes

ArrivalBoardResponse.md

File metadata and controls

17 lines (11 loc) · 466 Bytes

< Rejseplan - PHP Api - Arrival board response

Lsv\Rejseplan\Response\ArrivalBoardResponse

Example

See ArrivalBoard on how to get the $response

foreach ($response->arrivals as $arrival) {
    // $arrival is now a `Lsv\Rejseplan\Response\Board\ArrivalBoardData`
}

Lsv\Rejseplan\Response\Board\ArrivalBoardData