Deprecate remaining function and entire class

This commit is contained in:
Roeland Jago Douma 2015-12-23 15:22:30 +01:00
parent 9bf01283e7
commit 34c8249799
1 changed files with 2 additions and 0 deletions

View File

@ -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();