web service MDL-12886 implement authentication token systemprototype

This commit is contained in:
jerome 2009-01-23 05:39:01 +00:00
parent 338bf5a741
commit e25fd60495

View File

@ -13,12 +13,11 @@
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();
}