Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
webservice_soap

Namespaces

namespace  webservice_soap
  
 
namespace  webservice_soap\privacy
  
 

Classes

class  webservice_soap\privacy\provider
 Privacy provider implementation for webservice_soap. More...
 
class  webservice_soap\wsdl
 WSDL generator for the SOAP web service. More...
 
class  webservice_soap_client
 Moodle SOAP client. More...
 
class  webservice_soap_server
 SOAP service server implementation. More...
 
class  webservice_soap_test_client
 SOAP test client class. More...
 

Variables

 $capabilities
 
global $CFG
 
 $plugin = 2023100400
 
$plugin component = 'webservice_soap'
 
$plugin version = 2023100900
 

Detailed Description

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'webservice/soap: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