mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 05:35:55 +02:00
VALUE_REQUIRED - if the parameter is not supplied, there is an error VALUE_OPTIONAL - if the parameter is not supplied, then the param has no value VALUE_DEFAULT - if the parameter is not supplied, then the default value is used (quick fix on default null value)