|
object | $course |
| $course The course we are dealing with.
|
|
string null | $heading |
| $heading The heading to display
|
|
moodle_page | $page |
| $page The current page.
|
|
string null | $searchvalue |
| $searchvalue The search value if any
|
|
string null | $viewmode |
| $viewmode The viewmode of the underlying page - Course and categories, categories or courses
|
|
◆ __construct()
core_course\output\manage_categories_action_bar::__construct |
( |
moodle_page | $page, |
|
|
string | $viewmode, |
|
|
?object | $course, |
|
|
?string | $searchvalue ) |
Constructor for the manage_categories_action_bar.
- Parameters
-
moodle_page | $page | The page object |
string | $viewmode | The type of page we are viewing. |
object | null | $course | The course that we are generating the nav for |
string | null | $searchvalue | The search value if applicable |
◆ export_for_template()
core_course\output\manage_categories_action_bar::export_for_template |
( |
\renderer_base | $output | ) |
|
Export the content to be displayed on the participants page.
- Parameters
-
- Return values
-
array | Consists of the following:
- urlselect A stdclass representing the standard navigation options to be fed into a urlselect
- renderedcontent Rendered content to be displayed in line with the tertiary nav
|
Reimplemented in core_course\output\category_action_bar.
◆ get_category_select()
core_course\output\manage_categories_action_bar::get_category_select |
( |
\renderer_base | $output | ) |
|
|
protected |
◆ get_dropdown()
core_course\output\manage_categories_action_bar::get_dropdown |
( |
\renderer_base | $output | ) |
|
|
protected |
Gets the url_select to be displayed in the participants page if available.
- Parameters
-
- Return values
-
object|null | The content required to render the url_select |
◆ get_search_form()
core_course\output\manage_categories_action_bar::get_search_form |
( |
| ) |
|
|
protected |
Get the search box.
- Return values
-
The documentation for this class was generated from the following file:
- course/classes/output/manage_categories_action_bar.php