[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 148 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Vtiger_MenuStructure_Model:: (7 methods):
getTop()
getMore()
getLimit()
getResponsiveMode()
getInstanceFromMenuList()
sortMenuItemsByProcess()
getEmptyMoreMenuList()
Class: Vtiger_MenuStructure_Model - X-Ref
Vtiger MenuStructure ModelgetTop() X-Ref |
Function to get all the top menu models return: <array> - list of Vtiger_Menu_Model instances |
getMore() X-Ref |
Function to get all the more menu models return: <array> - Associate array of Parent name mapped to Vtiger_Menu_Model instances |
getLimit() X-Ref |
Function to get the limit for the number of menu models on the Top list return: <Number> |
getResponsiveMode() X-Ref |
Function to determine if the structure should support responsive UI. |
getInstanceFromMenuList($menuModelList, $selectedMenu='') X-Ref |
Function to get an instance of the Vtiger MenuStructure Model from list of menu models param: <array> $menuModelList - array of Vtiger_Menu_Model instances return: Vtiger_MenuStructure_Model instance |
sortMenuItemsByProcess($a, $b) X-Ref |
Custom comparator to sort the menu items by process. Refer: http://php.net/manual/en/function.uksort.php |
getEmptyMoreMenuList() X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |