Vtiger_DetailRecordStructure_Model
extends Vtiger_RecordStructure_Model
in package
Vtiger Detail View Record Structure Model.
Table of Contents
- getFieldInHeader() : array<string|int, mixed>
- Function to get the fields in the header.
- getStructure() : array<string|int, mixed>
- Function to get the values in structured format.
Methods
getFieldInHeader()
Function to get the fields in the header.
public
getFieldInHeader() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —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));