Esempio n. 1
0
 /**
  * Function to get all the Settings menus
  * @return <Array> - List of Settings_Vtiger_Menu_Model instances
  */
 public function getMenus()
 {
     return Settings_Vtiger_Menu_Model::getAll();
 }