Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
Files | Namespaces | Classes
core_external

Files

file  external_description.php
 Common ancestor of all parameter description classes.
 
file  external_files.php
 External structure representing a set of files.
 
file  external_function_parameters.php
 Description of top level - PHP function parameters.
 
file  external_multiple_structure.php
 Bulk array description class.
 
file  external_settings.php
 Singleton to handle the external settings.
 
file  external_single_structure.php
 Associative array description class.
 
file  external_value.php
 Scalar value description class.
 
file  external_warnings.php
 Standard Moodle web service warnings.
 
file  provider.php
 Data provider class.
 
file  restricted_context_exception.php
 Exception indicating user is not allowed to use external function in the current context.
 

Namespaces

namespace  core_external
  
 
namespace  core_external\privacy
  
 

Classes

class  core_external\external_description
 
class  core_external\external_files
 
class  core_external\external_function_parameters
 
class  core_external\external_multiple_structure
 
class  core_external\external_settings
 
class  core_external\external_single_structure
 
class  core_external\external_value
 
class  core_external\external_warnings
 
class  core_external\privacy\provider
 
class  core_external\restricted_context_exception
 

Detailed Description