[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 116 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Settings_ModuleManager_Module_Model:: (10 methods):
getNonVisibleModulesList()
getNewModuleImportUrl()
getExtensionStoreUrl()
getUserModuleFileImportUrl()
disableModule()
enableModule()
getAll()
getModulesCount()
getModulesSupportingSequenceNumbering()
getActionsRestrictedModulesList()
Class: Settings_ModuleManager_Module_Model - X-Ref
getNonVisibleModulesList() X-Ref |
No description |
getNewModuleImportUrl() X-Ref |
Function to get the url of new module import |
getExtensionStoreUrl() X-Ref |
Function to get the url of Extension store |
getUserModuleFileImportUrl() X-Ref |
Function to get the url of new module import |
disableModule($moduleName) X-Ref |
Function to disable a module param: type $moduleName - name of the module |
enableModule($moduleName) X-Ref |
Function to enable the module param: type $moduleName -- name of the module |
getAll() X-Ref |
Static Function to get the instance of Vtiger Module Model for all the modules return: <Array> - List of Vtiger Module Model or sub class instances |
getModulesCount($onlyActive = false) X-Ref |
Function which will get count of modules param: <Boolean> $onlyActive - if true get count of only active modules else all the modules return: <integer> number of modules |
getModulesSupportingSequenceNumbering() X-Ref |
Function that returns all those modules that support Module Sequence Numbering return: <Array of Vtiger_Module_Model> |
getActionsRestrictedModulesList() X-Ref |
Function to get restricted modules list return: <Array> List module names |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |