[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_menus/helpers/ -> menus.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 251 lines (7 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MenusHelper:: (6 methods):
  addSubmenu()
  getActions()
  getLinkKey()
  getMenuTypes()
  getMenuLinks()
  getAssociations()


Class: MenusHelper  - X-Ref

Menus component helper.

addSubmenu($vName)   X-Ref
Configure the Linkbar.

param: string    The name of the active view.

getActions($parentId = 0)   X-Ref
Gets a list of the actions that can be performed.

param: int        The menu ID.
return: JObject

getLinkKey($request)   X-Ref
Gets a standard form of a link for lookups.

param: mixed    A link string or array of request variables.
return: mixed    A link in standard option-view-layout form, or false if the supplied response is invalid.

getMenuTypes()   X-Ref
Get the menu list for create a menu module

return: array    The menu array list

getMenuLinks($menuType = null, $parentId = 0, $mode = 0, $published=array()   X-Ref
Get a list of menu links for one or all menus.

param: string    An option menu to filter the list on, otherwise all menu links are returned as a grouped array.
param: int        An optional parent ID to pivot results around.
param: int        An optional mode. If parent ID is set and mode=2, the parent and children are excluded from the list.
param: array    An optional array of states

getAssociations($pk)   X-Ref
No description



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1