Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

This page lists public api for tool_moodlenet plugin.

Copyright: 2020 Peter Dias
License: http://www.gnu.org/copyleft/gpl.html GNU
File Size: 104 lines (4 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 0 files

Defines 2 functions


Functions that are not part of a class:

generate_mnet_endpoint(string $profileurl, int $course, int $section = 0)   X-Ref
Generate the endpoint url to the user's moodlenet site.

return: string the resulting endpoint
param: string $profileurl The user's moodlenet profile page
param: int $course The moodle course the mnet resource will be added to
param: int $section The section of the course will be added to. Defaults to the 0th element.

tool_moodlenet_custom_chooser_footer(int $courseid, int $sectionid)   X-Ref
Hooking function to build up the initial Activity Chooser footer information for MoodleNet

return: activity_chooser_footer
param: int $courseid The course the user is currently in and wants to add resources to
param: int $sectionid The section the user is currently in and wants to add resources to