Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

(no description)

File Size: 56 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

external_format_value:: (1 method):
  __construct()


Class: external_format_value  - X-Ref

A pre-filled external_value class for text format.

Default is FORMAT_HTML
This should be used all the time in external xxx_params()/xxx_returns functions
as it is the standard way to implement text format param/return values.

__construct($textfieldname, $required = VALUE_REQUIRED, $default = null)   X-Ref
Constructor

param: string $textfieldname Name of the text field
param: int $required if VALUE_REQUIRED then set standard default FORMAT_HTML
param: int $default Default value.