JSubMenuHelper::addEntry
Method to add a menu item to submenu.
Signature
public function addEntry(string
$name,
[string
$link = '',
[boolean
$active = false]] )
Parameters
-
$name
- Name of the menu item.
-
$link
- URL of the menu item.
-
$active
- True if the item is active, false otherwise.
Returns
- void