From ea8f68bea6957ae459ff1ba6849b25354b3f0093 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Aug 2020 09:49:18 +0200 Subject: Hand in the route and the parameters of the request Signed-off-by: Joas Schilling Signed-off-by: npmbuildbot[bot] --- lib/public/Search/ISearchQuery.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/public/Search/ISearchQuery.php') diff --git a/lib/public/Search/ISearchQuery.php b/lib/public/Search/ISearchQuery.php index 00d538050d4..f89251dd134 100644 --- a/lib/public/Search/ISearchQuery.php +++ b/lib/public/Search/ISearchQuery.php @@ -76,4 +76,16 @@ interface ISearchQuery { * @since 20.0.0 */ public function getCursor(); + + /** + * @return string + * @since 20.0.0 + */ + public function getRoute(): string; + + /** + * @return array + * @since 20.0.0 + */ + public function getRouteParameters(): array; } -- cgit v1.2.3