Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
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 = 2023100400
 
$plugin component = 'webservice_rest'
 
$plugin version = 2023100900
 

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