Property | Type | Description | |
---|---|---|---|
$siteNavModule |
Method | Description | |
---|---|---|
__construct ( $siteNavModule = null ) | ||
addItem ( $group, $text, boolean $permission = false, array $attributes = [] ) | ||
addLink ( $group, $text, $url, boolean $permission = false, array $attributes = [] ) | ||
clearGroups ( ) | ||
highlightRoute ( string $route ) | ||
removeGroup ( $Group ) | Removes an entire group of links, and the group itself, from the menu. | |
removeLink ( $Group, $Text ) | ||
removeLinks ( $Group ) | Removes all links from a specific group. |
public removeGroup ( $Group ) |