Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
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.