\JSubMenuHelper
Utility class for the submenu.
Synopsis
class JSubMenuHelper
{
- // methods
- public static void addEntry()
- public static array getEntries()
- public static void addFilter()
- public static array getFilters()
- public static void setAction()
- public static string getAction()
Members
protected
- $action
—
string
Value for the action attribute of the form. - $entries
—
array
Menu entries - $filters
—
array
Filters
Methods
public
- addEntry() — Method to add a menu item to submenu.
- addFilter() — Method to add a filter to the submenu
- getAction() — Get value for the action attribute of the filter form
- getEntries() — Returns an array of all submenu entries
- getFilters() — Returns an array of all filters
- setAction() — Set value for the action attribute of the filter form