Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_external\external_warnings Class Reference
Inheritance diagram for core_external\external_warnings:
core_external\external_multiple_structure core_external\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.
 

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.
 

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: