Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
This is the complete list of members for custom_menu_item, including all inherited members.
$attributes | custom_menu_item | protected |
$children | custom_menu_item | 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($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 | |
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 | |
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 |