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

Description of top level - PHP function parameters. More...

Inheritance diagram for core_external\external_function_parameters:

Public Member Functions

 __construct (array $keys, $desc='', $required=VALUE_REQUIRED, $default=null)
 Constructor - does extra checking to prevent top level optional parameters.
 

Public Attributes

bool $allownull
 Allow null values.
 
mixed $default
 Default value.
 
string $desc
 Description of element.
 
array $keys
 Description of array keys key=>external_description.
 
bool $required
 Element value required, null not allowed.
 

Detailed Description

Description of top level - PHP function parameters.

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

Constructor & Destructor Documentation

◆ __construct()

core_external\external_function_parameters::__construct ( array $keys,
$desc = '',
$required = VALUE_REQUIRED,
$default = null )

Constructor - does extra checking to prevent top level optional parameters.

Parameters
array$keys
string$desc
int$required
array$default

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