Configure the Linkbar.
static void
addSubmenu
(string $vName)
-
string
$vName: The name of the active view.
Gets a list of the actions that can be performed.
static
JObject
getActions
([
integer $parentId =
0])
-
integer
$parentId: The menu ID.
static void
getAssociations
( $pk)
Gets a standard form of a link for lookups.
static mixed
getLinkKey
(mixed $request)
-
mixed
$request: A link string or array of request variables.
Get a list of menu links for one or all menus.
static void
getMenuLinks
([string $menuType = null], [integer $parentId = 0], [integer $mode = 0], [array $published = array()], [ $languages = array()])
-
string
$menuType: An option menu to filter the list on, otherwise all menu links are returned as a grouped array.
-
integer
$parentId: An optional parent ID to pivot results around.
-
integer
$mode: An optional mode. If parent ID is set and mode=2, the parent and children are excluded from the list.
-
array
$published: An optional array of states
-
$languages
Get the menu list for create a menu module
static array
getMenuTypes
()