MDL-57273 core: Exporters support custom formatting parameters
This commit is contained in:
committed by
Damyon Wiese
parent
268beda8e9
commit
4bc68a416e
@@ -75,10 +75,10 @@ class competency_framework_exporter extends \core\external\persistent_exporter {
|
||||
'type' => PARAM_INT
|
||||
),
|
||||
'contextname' => array(
|
||||
'type' => PARAM_TEXT
|
||||
'type' => PARAM_RAW
|
||||
),
|
||||
'contextnamenoprefix' => array(
|
||||
'type' => PARAM_TEXT
|
||||
'type' => PARAM_RAW
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user