This is the complete list of members for custom_menu, including all inherited members.
$attributes | custom_menu_item | protected |
$children | custom_menu_item | protected |
$currentlanguage | custom_menu | protected |
$lastsort | custom_menu_item | protected |
$parent | custom_menu_item | protected |
$sort | custom_menu_item | protected |
$text | custom_menu_item | protected |
$title | custom_menu_item | protected |
$url | custom_menu_item | protected |
__construct($definition='', $currentlanguage=null) | custom_menu | |
custom_menu_item::__construct($text, moodle_url $url=null, $title=null, $sort=null, custom_menu_item $parent=null, array $attributes=[]) | custom_menu_item | |
add($text, moodle_url $url=null, $title=null, $sort=null, $attributes=[]) | custom_menu_item | |
convert_text_to_menu_nodes($text, $language=null) | custom_menu | static |
export_for_template(renderer_base $output) | custom_menu_item | |
get_children() | custom_menu_item | |
get_parent() | custom_menu_item | |
get_sort_order() | custom_menu_item | |
get_text() | custom_menu_item | |
get_title() | custom_menu_item | |
get_url() | custom_menu_item | |
has_children() | custom_menu_item | |
override_children(array $children) | custom_menu | |
remove_child(custom_menu_item $menuitem) | custom_menu_item | |
set_text($text) | custom_menu_item | |
set_title($title) | custom_menu_item | |
set_url(moodle_url $url) | custom_menu_item | |
sort() | custom_menu_item | |
sort_custom_menu_items(custom_menu_item $itema, custom_menu_item $itemb) | custom_menu | static |