Settings_Search_Module_Model
extends Settings_Vtiger_Module_Model
in package
Settings search Module model class.
Tags
Table of Contents
- getFieldFromModule() : array<string|int, mixed>
- Get fields.
- getModulesEntity() : array<string|int, mixed>
- Get entity modules.
- save() : bool
- Save parameters.
- updateLabels() : void
- Update labels.
- updateSequenceNumber() : mixed
- Update sequence number.
Methods
getFieldFromModule()
Get fields.
public
static getFieldFromModule([mixed $blocks = true ]) : array<string|int, mixed>
Parameters
- $blocks : mixed = true
Return values
array<string|int, mixed> —getModulesEntity()
Get entity modules.
public
static getModulesEntity([int $tabId = false ][, bool $onlyActive = false ]) : array<string|int, mixed>
Parameters
- $tabId : int = false
- $onlyActive : bool = false
Return values
array<string|int, mixed> —save()
Save parameters.
public
static save(array<string|int, mixed> $params) : bool
Parameters
- $params : array<string|int, mixed>
Return values
bool —updateLabels()
Update labels.
public
static updateLabels(array<string|int, mixed> $params) : void
Parameters
- $params : array<string|int, mixed>
Return values
void —updateSequenceNumber()
Update sequence number.
public
static updateSequenceNumber(array<string|int, mixed> $modulesSequence) : mixed
Parameters
- $modulesSequence : array<string|int, mixed>