| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Scalar value description class. More...
| Public Member Functions | |
| __construct ( $type, $desc='', $required=VALUE_REQUIRED, $default=null, $allownull=NULL_ALLOWED) | |
| Constructor for the external_value class. | |
Scalar value description class.
| core_external\external_value::__construct | ( | $type, | |
| $desc = '', | |||
| $required = VALUE_REQUIRED, | |||
| $default = null, | |||
| $allownull = NULL_ALLOWED ) | 
Constructor for the external_value class.
| mixed | $type | |
| string | $desc | |
| int | $required | |
| mixed | $default | |
| bool | $allownull |