From c503ecd54495167f97b6602e5b41c1cf95467395 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 24 Nov 2014 16:24:26 +0100 Subject: Introduce app info xml parser including basic unit test - necessary for #10777 --- lib/public/iurlgenerator.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/public/iurlgenerator.php') diff --git a/lib/public/iurlgenerator.php b/lib/public/iurlgenerator.php index dbbd8a3bb63..fa817c10ea5 100644 --- a/lib/public/iurlgenerator.php +++ b/lib/public/iurlgenerator.php @@ -69,8 +69,14 @@ interface IURLGenerator { /** * Makes an URL absolute - * @param string $url the url in the owncloud host + * @param string $url the url in the ownCloud host * @return string the absolute version of the url */ public function getAbsoluteURL($url); + + /** + * @param string $key + * @return string url to the online documentation + */ + public function linkToDocs($key); } -- cgit v1.2.3