Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
233c91e7
Commit
233c91e7
authored
Dec 12, 2017
by
Damyon Wiese
Browse files
Merge branch 'master_MDL-60979' of
https://github.com/danmarsden/moodle
parents
59be445c
d55d2070
Changes
1
Hide whitespace changes
Inline
Side-by-side
cohort/classes/external/cohort_summary_exporter.php
View file @
233c91e7
...
...
@@ -52,6 +52,16 @@ class cohort_summary_exporter extends \core\external\exporter {
'default'
=>
''
,
'null'
=>
NULL_ALLOWED
),
'description'
=>
array
(
'type'
=>
PARAM_TEXT
,
'default'
=>
''
,
'null'
=>
NULL_ALLOWED
),
'descriptionformat'
=>
array
(
'type'
=>
PARAM_INT
,
'default'
=>
FORMAT_HTML
,
'null'
=>
NULL_ALLOWED
),
'visible'
=>
array
(
'type'
=>
PARAM_BOOL
,
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment