mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
web service MDL-12886 implement authentication token systemprototype
This commit is contained in:
parent
338bf5a741
commit
e25fd60495
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user