From 7e47f9f5c5206312048df0a20c1082352a4fcb5d Mon Sep 17 00:00:00 2001 From: Dirk Riestere Date: Wed, 22 Feb 2017 14:51:30 +0100 Subject: die klassen können jetzt ohne parameter erstellt werden, die url und die serverID wird jetzt in setCredentials gesetzt --- modules-available/locationinfo/inc/coursebackend.inc.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'modules-available/locationinfo/inc/coursebackend.inc.php') diff --git a/modules-available/locationinfo/inc/coursebackend.inc.php b/modules-available/locationinfo/inc/coursebackend.inc.php index e10cb08b..e21cbac3 100644 --- a/modules-available/locationinfo/inc/coursebackend.inc.php +++ b/modules-available/locationinfo/inc/coursebackend.inc.php @@ -75,12 +75,6 @@ abstract class CourseBackend */ public abstract function getDisplayName(); - /** - * initializes the class. - * @param string $url adress of the server - * @param int $serverID ID of the server - */ - public abstract function __construct($url,$serverID); /** @@ -91,9 +85,12 @@ abstract class CourseBackend /** * uses json to setCredentials, the json must follow the form given in * getCredentials + * @param json $json jsonarray with the credentials + * @param string $url adress of the server + * @param int $serverID ID of the server * @returns void */ - public abstract function setCredentials($json); + public abstract function setCredentials($json, $url, $serverID); /** * @return int desired caching time of results, in seconds. 0 = no caching -- cgit v1.2.3-55-g7522