Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

License manager.

Copyright: 2019 Tom Dickman <tomdickman@catalyst-au.net>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 247 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

manager:: (5 methods):
  execute()
  edit()
  change_license_order()
  view_license_editor()
  view_license_manager()


Class: manager  - X-Ref

License manager, main controller for tool_licensemanager.

execute(string $action, $license)   X-Ref
Entry point for internal license manager.

param: string $action the api action to carry out.
param: string|object $license the license object or shortname of license to carry action out on.

edit(string $action, string $licenseshortname)   X-Ref
Edit an existing license or create a new license.

param: string $action the form action to carry out.
param: string $licenseshortname the shortname of the license to edit.
return: bool true if license editing complete, false otherwise.

change_license_order(string $direction, string $licenseshortname)   X-Ref
Change license order by moving up or down license order.

param: string $direction which direction to move, up or down.
param: string $licenseshortname the shortname of the license to move up or down order.

view_license_editor(string $action, string $licenseshortname, edit_license $form)   X-Ref
View the license editor to create or edit a license.

param: string $action
param: string $licenseshortname the shortname of the license to create/edit.
param: \tool_licensemanager\form\edit_license $form the form for submitting edit data.

view_license_manager()   X-Ref
View the license manager.