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

Bulk array description class. More...

Inheritance diagram for core_external\external_multiple_structure:

Public Member Functions

 __construct (external_description $content, $desc='', $required=VALUE_REQUIRED, $default=null, $allownull=NULL_NOT_ALLOWED)
 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

Bulk array description class.

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

Constructor & Destructor Documentation

◆ __construct()

core_external\external_multiple_structure::__construct ( external_description $content,
$desc = '',
$required = VALUE_REQUIRED,
$default = null,
$allownull = NULL_NOT_ALLOWED )

Constructor.

Parameters
external_description$content
string$desc
int$required
array$default
bool$allownull

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