function context_to_string_translator::context_to_string_translator in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/questionlib.php \context_to_string_translator::context_to_string_translator()
File
- includes/
moodle/ lib/ questionlib.php, line 2132
Class
Code
function context_to_string_translator($contexts) {
$this
->generate_context_to_string_array($contexts);
}