Skip to content

Commit b05260f

Browse files
committed
Add missing docs
1 parent afbb370 commit b05260f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/Trafiklab/Common/Model/Contract/PublicTransportApiWrapper.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,26 @@ public function getRoutePlanning(RoutePlanningRequest $routePlanningRequest): Ro
101101
*/
102102
public function lookupStopLocation(StopLocationLookupRequest $request): StopLocationLookupResponse;
103103

104+
/**
105+
* Create a new instance of a TimeTableRequest object, which can be used to make timetable requests later on.
106+
*
107+
* @return TimeTableRequest The newly created request object.
108+
*/
104109
public function createTimeTableRequestObject(): TimeTableRequest;
105110

111+
/**
112+
* Create a new instance of a RoutePlanningRequest object, which can be used to make routeplanning requests later
113+
* on.
114+
*
115+
* @return RoutePlanningRequest The newly created request object.
116+
*/
106117
public function createRoutePlanningRequestObject(): RoutePlanningRequest;
107118

119+
/**
120+
* Create a new instance of a StopLocationLookupRequest object, which can be used to make stop location lookup
121+
* requests later on.
122+
*
123+
* @return StopLocationLookupRequest The newly created request object.
124+
*/
108125
public function createStopLocationLookupRequestObject(): StopLocationLookupRequest;
109126
}

0 commit comments

Comments
 (0)