|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
Scalar value description class. More...
Public Member Functions | |
| __construct ($type, $desc='', $required=VALUE_REQUIRED, $default=null, $allownull=NULL_ALLOWED) | |
| Constructor. | |
Scalar value description class.
| external_value::__construct | ( | $type, | |
| $desc = '', | |||
| $required = VALUE_REQUIRED, | |||
| $default = null, | |||
| $allownull = NULL_ALLOWED ) |
Constructor.
| mixed | $type | |
| string | $desc | |
| bool | $required | |
| mixed | $default | |
| bool | $allownull |