|
Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Public Member Functions | |
| __construct ($textfieldname, $required=VALUE_REQUIRED, $default=null) | |
| Constructor. | |
| core_external\external_format_value::__construct | ( | $textfieldname, | |
$required = VALUE_REQUIRED, |
|||
$default = null |
|||
| ) |
Constructor.
| string | $textfieldname | Name of the text field |
| int | $required | if VALUE_REQUIRED then set standard default FORMAT_HTML |
| int | $default | Default value. |
Reimplemented from core_external\external_description.