Skip to content
Snippets Groups Projects
Commit 7004bd14 authored by n_herr03's avatar n_herr03
Browse files

admin tool function documentation

parent dc463522
Branches
No related tags found
No related merge requests found
......@@ -64,6 +64,15 @@ class tool_lifecycle_renderer extends plugin_renderer_base {
echo $form->render();
$this->footer();
}
/**
* Renders a menu with the "necessary" items for some pages
* General Settings - Workflow drafts - Active Workflows - Delayed Courses - Admin Approve Steps - Error Handling
* - Restore Backups
* @return bool|string
* @throws coding_exception
* @throws moodle_exception
*/
public function render_extra_navigation () {
$data2 = new stdClass();
$children = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment