Settings_RecordNumbering_Module_Model
extends Vtiger_Module_Model
in package
Record numbering basic module class.
Table of Contents
- getFocus() : CRMEntity
- Function to get focus of this object.
- getInstance() : self
- Function to get Instance of this module.
- getSupportedModules() : array<string|int, mixed>
- Function to ger Supported modules for Custom record numbering.
- setModuleSequence() : array<string|int, mixed>
- Function to set Module sequence.
Methods
getFocus()
Function to get focus of this object.
public
getFocus() : CRMEntity
Return values
CRMEntity —getInstance()
Function to get Instance of this module.
public
static getInstance(string $moduleName[, mixed $tabId = false ]) : self
Parameters
- $moduleName : string
- $tabId : mixed = false
Return values
self —getSupportedModules()
Function to ger Supported modules for Custom record numbering.
public
static getSupportedModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —list of supported modules Vtiger_Module_Model
setModuleSequence()
Function to set Module sequence.
public
setModuleSequence() : array<string|int, mixed>
Return values
array<string|int, mixed> —result of success