MIDDAG for Moodle

Documentation

Table of Contents

Namespaces

local_middag

Constants

AJAX_SCRIPT  = \true
AJAX_SCRIPT  = \true
AJAX_SCRIPT  = \true
AJAX_SCRIPT  = \true
AJAX_SCRIPT  = true
MIDDAG_AFTER_CONFIG  = true
NO_DEBUG_DISPLAY  = \true
NO_DEBUG_DISPLAY  = \true
NO_DEBUG_DISPLAY  = \true

Functions

xmldb_mtool_automessage_install()  : bool
xmldb_mtool_automessage_upgrade()  : bool
mtool_automessage_extend_navigation_course()  : void
Add the automessage settings to the course navigation.
mtool_automessage_extend_navigation()  : void
mtool_automessage_init_filters()  : void
mtool_automessage_init_templates()  : void
mtool_twilio_extend_local_middag_myprofile_navigation()  : bool|null
mtool_twilio_extend_mtool_automessage_template_update()  : void
mtool_twilio_extend_mtool_automessage_filters()  : array<string|int, mixed>
mtool_twilio_extend_mtool_automessage_sendtype()  : array<string|int, mixed>
mtool_twilio_extend_mtool_automessage_sendtype_classname()  : array<string|int, mixed>
mtool_twilio_extend_mtool_automessage_template_form()  : void
mtool_twilio_extend_mtool_automessage_template_preview()  : array<string|int, mixed>
mtool_twilio_extend_mtool_automessage_template_content()  : array<string|int, mixed>
mtool_customdocs_pluginfile()  : bool|null
mtool_enrolment_extend_mtool_report()  : array<string|int, mixed>
xmldb_mtool_helpdesk_install()  : bool
mtool_helpdesk_output_fragment_get_helpdesk_requests()  : string
Get helpdesk requests to render.
mtool_helpdesk_output_fragment_get_helpdesk_types()  : string
Get helpdesk types to render.
mtool_helpdesk_output_fragment_get_helpdesk_types_form_not_displayed_field()  : string
Gets fields that cannot be displayed by workflow id.
mtool_helpdesk_output_fragment_get_helpdesk_new_solicitation_form_not_displayed_field()  : mixed
mtool_helpdesk_output_fragment_update_status()  : string
Update status of helpdesk type.
mtool_helpdesk_pluginfile()  : bool|null
Download file from helpdesk.
mtool_helpdesk_output_fragment_modal_form()  : string
Get custom fields modal form.
mtool_helpdesk_output_fragment_save_modal_form()  : string
Search data process.
searchdataprocess()  : array<string|int, mixed>
Search data process.
xmldb_mtool_cronograma_upgrade()  : bool
xmldb_mtool_plan_install()  : bool
xmldb_mtool_plan_upgrade()  : bool
mtool_plan_extend_navigation_course()  : void
mtool_plan_coursemodule_standard_elements()  : void
mtool_plan_coursemodule_edit_post_actions()  : mixed
mtool_plan_course_custom_fields()  : void
mtool_plan_init_modules()  : void
mtool_translate_register_middag_filter()  : array<string|int, mixed>
mtool_translate_output_fragment_fullname_form()  : string
get translation fullname form (MOD our COURSE).
mtool_translate_output_fragment_translate_description_form()  : string
get translation form description (MOD our COURSE).
mtool_translate_output_fragment_content_page_form()  : string
get translation form data (MOD_PAGE).
mtool_translate_output_fragment_process_form_data()  : void
Process MOD_COURSE our COURSE translate form data.
mtool_translate_output_fragment_translate_block_html_form_title()  : string
Get block title translation form HTML.
mtool_translate_output_fragment_translate_block_html_form_content()  : string
Get block description translation form HTML.
mtool_translate_output_fragment_block_html_process_form_data()  : void
mtool_translate_extend_navigation()  : void
xmldb_mtool_trilha_install()  : bool
xmldb_mtool_trilha_upgrade()  : bool
mtool_trilha_pluginfile()  : void
mtool_trilha_check_cohorts()  : void
mtool_bunnynet_streammode_is_single()  : bool

Constants

AJAX_SCRIPT

public mixed AJAX_SCRIPT = \true

AJAX_SCRIPT

public mixed AJAX_SCRIPT = \true

AJAX_SCRIPT

public mixed AJAX_SCRIPT = \true

AJAX_SCRIPT

public mixed AJAX_SCRIPT = \true

AJAX_SCRIPT

public mixed AJAX_SCRIPT = true

NO_DEBUG_DISPLAY

public mixed NO_DEBUG_DISPLAY = \true

NO_DEBUG_DISPLAY

public mixed NO_DEBUG_DISPLAY = \true

NO_DEBUG_DISPLAY

public mixed NO_DEBUG_DISPLAY = \true

Functions

xmldb_mtool_automessage_install()

xmldb_mtool_automessage_install() : bool
Return values
bool

xmldb_mtool_automessage_upgrade()

xmldb_mtool_automessage_upgrade(mixed $oldversion) : bool
Parameters
$oldversion : mixed
Return values
bool

mtool_automessage_extend_navigation_course()

Add the automessage settings to the course navigation.

mtool_automessage_extend_navigation_course(mixed $coursenode, mixed $course, mixed $coursecontext) : void
Parameters
$coursenode : mixed
$course : mixed
$coursecontext : mixed
Tags
throws
coding_exception
throws
moodle_exception

mtool_automessage_extend_navigation()

mtool_automessage_extend_navigation(global_navigation $navigation) : void
Parameters
$navigation : global_navigation

mtool_automessage_init_filters()

mtool_automessage_init_filters() : void

mtool_automessage_init_templates()

mtool_automessage_init_templates() : void

mtool_twilio_extend_local_middag_myprofile_navigation()

mtool_twilio_extend_local_middag_myprofile_navigation(mixed $category) : bool|null
Parameters
$category : mixed
Return values
bool|null

mtool_twilio_extend_mtool_automessage_template_update()

mtool_twilio_extend_mtool_automessage_template_update(automessage_template $automessage_template, mixed $formdata) : void
Parameters
$automessage_template : automessage_template
$formdata : mixed

mtool_twilio_extend_mtool_automessage_filters()

mtool_twilio_extend_mtool_automessage_filters() : array<string|int, mixed>
Return values
array<string|int, mixed>

mtool_twilio_extend_mtool_automessage_sendtype()

mtool_twilio_extend_mtool_automessage_sendtype(array<string|int, mixed> $sentypes) : array<string|int, mixed>
Parameters
$sentypes : array<string|int, mixed>
Return values
array<string|int, mixed>

mtool_twilio_extend_mtool_automessage_sendtype_classname()

mtool_twilio_extend_mtool_automessage_sendtype_classname(array<string|int, mixed> $sentypes) : array<string|int, mixed>
Parameters
$sentypes : array<string|int, mixed>
Return values
array<string|int, mixed>

mtool_twilio_extend_mtool_automessage_template_form()

mtool_twilio_extend_mtool_automessage_template_form(MoodleQuickForm &$mform, array<string|int, mixed> $params) : void
Parameters
$mform : MoodleQuickForm
$params : array<string|int, mixed>

mtool_twilio_extend_mtool_automessage_template_preview()

mtool_twilio_extend_mtool_automessage_template_preview(mixed $automessage_template, mixed $prepare_text, mixed $subject, mixed $text, mixed $attachments) : array<string|int, mixed>
Parameters
$automessage_template : mixed
$prepare_text : mixed
$subject : mixed
$text : mixed
$attachments : mixed
Return values
array<string|int, mixed>

mtool_twilio_extend_mtool_automessage_template_content()

mtool_twilio_extend_mtool_automessage_template_content(mixed $automessage_template, mixed $subject, mixed $text, mixed $attachments) : array<string|int, mixed>
Parameters
$automessage_template : mixed
$subject : mixed
$text : mixed
$attachments : mixed
Return values
array<string|int, mixed>

mtool_customdocs_pluginfile()

mtool_customdocs_pluginfile(mixed $course, mixed $cm, mixed $context, mixed $filearea, mixed $args, mixed $forcedownload[, array<string|int, mixed> $options = [] ]) : bool|null
Parameters
$course : mixed
$cm : mixed
$context : mixed
$filearea : mixed
$args : mixed
$forcedownload : mixed
$options : array<string|int, mixed> = []
Return values
bool|null

mtool_enrolment_extend_mtool_report()

mtool_enrolment_extend_mtool_report() : array<string|int, mixed>
Return values
array<string|int, mixed>

xmldb_mtool_helpdesk_install()

xmldb_mtool_helpdesk_install() : bool
Return values
bool

mtool_helpdesk_output_fragment_get_helpdesk_requests()

Get helpdesk requests to render.

mtool_helpdesk_output_fragment_get_helpdesk_requests(mixed $arg) : string
Parameters
$arg : mixed
Return values
string

mtool_helpdesk_output_fragment_get_helpdesk_types()

Get helpdesk types to render.

mtool_helpdesk_output_fragment_get_helpdesk_types() : string
Return values
string

mtool_helpdesk_output_fragment_get_helpdesk_types_form_not_displayed_field()

Gets fields that cannot be displayed by workflow id.

mtool_helpdesk_output_fragment_get_helpdesk_types_form_not_displayed_field(mixed $arg) : string
Parameters
$arg : mixed
Return values
string

mtool_helpdesk_output_fragment_get_helpdesk_new_solicitation_form_not_displayed_field()

mtool_helpdesk_output_fragment_get_helpdesk_new_solicitation_form_not_displayed_field(array<string|int, mixed> $arg) : mixed
Parameters
$arg : array<string|int, mixed>

mtool_helpdesk_output_fragment_update_status()

Update status of helpdesk type.

mtool_helpdesk_output_fragment_update_status(mixed $arg) : string
Parameters
$arg : mixed
Return values
string

mtool_helpdesk_pluginfile()

Download file from helpdesk.

mtool_helpdesk_pluginfile(mixed $course, mixed $cm, mixed $context, mixed $filearea, mixed $args, mixed $forcedownload[, array<string|int, mixed> $options = [] ]) : bool|null
Parameters
$course : mixed
$cm : mixed
$context : mixed
$filearea : mixed
$args : mixed
$forcedownload : mixed
$options : array<string|int, mixed> = []
Return values
bool|null

mtool_helpdesk_output_fragment_modal_form()

Get custom fields modal form.

mtool_helpdesk_output_fragment_modal_form(mixed $arg) : string
Parameters
$arg : mixed
Return values
string

mtool_helpdesk_output_fragment_save_modal_form()

Search data process.

mtool_helpdesk_output_fragment_save_modal_form(mixed $arg) : string
Parameters
$arg : mixed
Return values
string

searchdataprocess()

Search data process.

searchdataprocess(mixed $formdata) : array<string|int, mixed>
Parameters
$formdata : mixed
Return values
array<string|int, mixed>

xmldb_mtool_cronograma_upgrade()

xmldb_mtool_cronograma_upgrade(mixed $oldversion) : bool
Parameters
$oldversion : mixed
Return values
bool

xmldb_mtool_plan_install()

xmldb_mtool_plan_install() : bool
Return values
bool

xmldb_mtool_plan_upgrade()

xmldb_mtool_plan_upgrade(mixed $oldversion) : bool
Parameters
$oldversion : mixed
Return values
bool

mtool_plan_extend_navigation_course()

mtool_plan_extend_navigation_course(mixed $coursenode, mixed $course, mixed $coursecontext) : void
Parameters
$coursenode : mixed
$course : mixed
$coursecontext : mixed
Tags
throws
coding_exception
throws
moodle_exception

mtool_plan_coursemodule_standard_elements()

mtool_plan_coursemodule_standard_elements(mixed $formwrapper, mixed $mform) : void
Parameters
$formwrapper : mixed
$mform : mixed
Tags
throws
dml_exception

mtool_plan_coursemodule_edit_post_actions()

mtool_plan_coursemodule_edit_post_actions(mixed $data, mixed $course) : mixed
Parameters
$data : mixed
$course : mixed
Tags
throws
coding_exception
throws
dml_exception

mtool_plan_course_custom_fields()

mtool_plan_course_custom_fields() : void

mtool_plan_init_modules()

mtool_plan_init_modules() : void
Tags
throws
dml_exception

mtool_translate_register_middag_filter()

mtool_translate_register_middag_filter() : array<string|int, mixed>
Return values
array<string|int, mixed>

mtool_translate_output_fragment_fullname_form()

get translation fullname form (MOD our COURSE).

mtool_translate_output_fragment_fullname_form(mixed $args) : string
Parameters
$args : mixed
Return values
string

mtool_translate_output_fragment_translate_description_form()

get translation form description (MOD our COURSE).

mtool_translate_output_fragment_translate_description_form(mixed $args) : string
Parameters
$args : mixed
Return values
string

mtool_translate_output_fragment_content_page_form()

get translation form data (MOD_PAGE).

mtool_translate_output_fragment_content_page_form(mixed $args) : string
Parameters
$args : mixed
Return values
string

mtool_translate_output_fragment_process_form_data()

Process MOD_COURSE our COURSE translate form data.

mtool_translate_output_fragment_process_form_data(mixed $args) : void
Parameters
$args : mixed

mtool_translate_output_fragment_translate_block_html_form_title()

Get block title translation form HTML.

mtool_translate_output_fragment_translate_block_html_form_title(mixed $args) : string
Parameters
$args : mixed
Return values
string

mtool_translate_output_fragment_translate_block_html_form_content()

Get block description translation form HTML.

mtool_translate_output_fragment_translate_block_html_form_content(mixed $args) : string
Parameters
$args : mixed
Return values
string

mtool_translate_output_fragment_block_html_process_form_data()

mtool_translate_output_fragment_block_html_process_form_data(array<string|int, mixed> $args) : void
Parameters
$args : array<string|int, mixed>

mtool_translate_extend_navigation()

mtool_translate_extend_navigation(global_navigation $navigation) : void
Parameters
$navigation : global_navigation

xmldb_mtool_trilha_install()

xmldb_mtool_trilha_install() : bool
Return values
bool

xmldb_mtool_trilha_upgrade()

xmldb_mtool_trilha_upgrade(mixed $oldversion) : bool
Parameters
$oldversion : mixed
Return values
bool

mtool_trilha_pluginfile()

mtool_trilha_pluginfile(mixed $course, mixed $object, mixed $context, mixed $filearea, mixed $args, mixed $forcedownload[, array<string|int, mixed> $options = [] ]) : void
Parameters
$course : mixed
$object : mixed
$context : mixed
$filearea : mixed
$args : mixed
$forcedownload : mixed
$options : array<string|int, mixed> = []

mtool_trilha_check_cohorts()

mtool_trilha_check_cohorts() : void

mtool_bunnynet_streammode_is_single()

mtool_bunnynet_streammode_is_single() : bool
Return values
bool

Search results