Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
webservice_rest

Namespaces

namespace  webservice_rest\privacy
  
 

Classes

class  webservice_rest\privacy\provider
 Privacy provider implementation for webservice_rest. More...
 
class  webservice_rest_client
 Moodle REST client. More...
 
class  webservice_rest_server
 REST service server implementation. More...
 
class  webservice_rest_test_client
 REST test client class. More...
 

Variables

 $capabilities
 
 $plugin = 2024041600
 
$plugin component = 'webservice_rest'
 
$plugin version = 2024042200
 

Detailed Description

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'webservice/rest:use' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
),
),
)
const CONTEXT_COURSE
Course context level - one instances for each course.
Definition accesslib.php:128
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later