Accounts_MassEditRecordStructure_Model
extends Vtiger_MassEditRecordStructure_Model
in package
Mass Edit Record Structure Model.
Table of Contents
- getStructure() : array<string|int, mixed>
- Function to get the values in structured format.
- isFieldRestricted() : mixed
- Function that return Field Restricted are not.
Methods
getStructure()
Function to get the values in structured format.
public
getStructure() : array<string|int, mixed>
Return values
array<string|int, mixed> —- values in structure array('block'=>array(fieldinfo));
isFieldRestricted()
Function that return Field Restricted are not.
public
isFieldRestricted(mixed $fieldModel) : mixed
@params Field Model
Parameters
- $fieldModel : mixed