Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402] [Versions 402 and 403]
(no description)
File Size: | 255 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
manager:: (5 methods):
execute()
edit()
change_license_order()
view_license_editor()
view_license_manager()
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(string $message = null) X-Ref |
View the license manager. |