From 34c8249799c2fc89af021a085f4b15c3156d1b11 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 23 Dec 2015 15:22:30 +0100 Subject: Deprecate remaining function and entire class --- lib/public/route/irouter.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/public/route') diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php index e65dc230046..63e7b9b6202 100644 --- a/lib/public/route/irouter.php +++ b/lib/public/route/irouter.php @@ -29,6 +29,7 @@ namespace OCP\Route; * * @package OCP\Route * @since 7.0.0 + * @deprecated 9.0.0 */ interface IRouter { @@ -44,6 +45,7 @@ interface IRouter { /** * @return string * @since 7.0.0 + * @deprecated 9.0.0 */ public function getCacheKey(); -- cgit v1.2.3