[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Settings/Vtiger/models/ -> Menu.php (summary)

(no description)

File Size: 132 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Settings_Vtiger_Menu_Model:: (9 methods):
  getId()
  getLabel()
  getListUrl()
  getItems()
  getAll()
  getInstanceFromArray()
  getInstanceById()
  getInstance()
  getMenuItems()


Class: Settings_Vtiger_Menu_Model  - X-Ref

getId()   X-Ref
Function to get the Id of the Menu Model

return: <Number> - Menu Id

getLabel()   X-Ref
Function to get the menu label

return: <String> - Menu Label

getListUrl()   X-Ref
Function to get the url to list the items of the Menu

return: <String> - List url

getItems()   X-Ref
Function to get all the menu items of the current menu

return: <Array> - List of Settings_Vtiger_MenuItem_Model instances

getAll()   X-Ref
Static function to get the list of all the Settings Menus

return: <Array> - List of Settings_Vtiger_Menu_Model instances

getInstanceFromArray($valueMap)   X-Ref
Static Function to get the instance of Settings Menu model with the given value map array

param: <Array> $valueMap
return: Settings_Vtiger_Menu_Model instance

getInstanceById($id)   X-Ref
Static Function to get the instance of Settings Menu model for given menu id

param: <Number> $id - Menu Id
return: Settings_Vtiger_Menu_Model instance

getInstance($name)   X-Ref
Static Function to get the instance of Settings Menu model for the given menu name

param: <String> $name - Menu Name
return: Settings_Vtiger_Menu_Model instance

getMenuItems()   X-Ref
Function returns menu items for the current menu

return: <Settings_Vtiger_MenuItem_Model>



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1