Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
external_warnings Class Reference

Standard Moodle web service warnings. More...

Inheritance diagram for external_warnings:
external_multiple_structure external_description

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. More...
 

Public Attributes

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
Since
Moodle 2.3

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Since
Moodle 2.3

Reimplemented from external_description.


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