Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
custom_menu Member List

This is the complete list of members for custom_menu, including all inherited members.

$attributescustom_menu_itemprotected
$childrencustom_menu_itemprotected
$currentlanguagecustom_menuprotected
$lastsortcustom_menu_itemprotected
$parentcustom_menu_itemprotected
$sortcustom_menu_itemprotected
$textcustom_menu_itemprotected
$titlecustom_menu_itemprotected
$urlcustom_menu_itemprotected
__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_menustatic
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_menustatic