MDL-57273 core: Exporters support custom formatting parameters

This commit is contained in:
Frederic Massart
2017-01-20 12:56:19 +08:00
committed by Damyon Wiese
parent 268beda8e9
commit 4bc68a416e
16 changed files with 334 additions and 30 deletions
@@ -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
)
);
}