Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
core_external\external_format_value Class Reference
Inheritance diagram for core_external\external_format_value:
core_external\external_value core_external\external_description

Public Member Functions

 __construct ($textfieldname, $required=VALUE_REQUIRED, $default=null)
 Constructor.
 

Public Attributes

bool $allownull
 Allow null values.
 
mixed $default
 Default value.
 
string $desc
 Description of element.
 
bool $required
 Element value required, null not allowed.
 
mixed $type
 Value type PARAM_XX.
 

Constructor & Destructor Documentation

◆ __construct()

core_external\external_format_value::__construct ( $textfieldname,
$required = VALUE_REQUIRED,
$default = null )

Constructor.

Parameters
string$textfieldnameName of the text field
int$requiredif VALUE_REQUIRED then set standard default FORMAT_HTML
int$defaultDefault value.

Reimplemented from core_external\external_description.


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