]> git.mjollnir.org Git - moodle.git/commitdiff
web service MDL-12886 implement authentication token systemprototype
authorjerome <jerome>
Fri, 23 Jan 2009 05:39:01 +0000 (05:39 +0000)
committerjerome <jerome>
Fri, 23 Jan 2009 05:39:01 +0000 (05:39 +0000)
lib/moodleexternal.php

index c3802aac07ae31ddd2e956a20373026ff01d5d52..72fa171b6036ffd5321d15aee576204d4ca73e24 100644 (file)
 abstract class moodle_external {
 
  protected $descriptions;
- protected $user;
 
     /**
      * Constructor - We set the description of this API in order to be access by Web service
      */
-    function __construct ($user = null) {
+    function __construct () {
         $this->descriptions = array();
     }