File tree Expand file tree Collapse file tree
src/Trafiklab/Common/Model/Contract Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments