Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core_external\external_warnings Class Reference

Standard Moodle web service warnings. More...

Inheritance diagram for core_external\external_warnings:

Public Member Functions

 __construct ( $itemdesc='item', $itemiddesc='item id', $warningcodedesc='the warning code can be used by the client app to implement specific behaviour')
 Constructor.
 

Public Attributes

bool $allownull
 Allow null values.
 
external_description $content
 content
 
mixed $default
 Default value.
 
string $desc
 Description of element.
 
bool $required
 Element value required, null not allowed.
 

Detailed Description

Standard Moodle web service warnings.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core_external\external_warnings::__construct ( $itemdesc = 'item',
$itemiddesc = 'item id',
$warningcodedesc = 'the warning code can be used by the client app to implement specific behaviour' )

Constructor.

Parameters
string$itemdesc
string$itemiddesc
string$warningcodedesc

The documentation for this class was generated from the following file: