OSSTimeControl_Module_Model
extends Vtiger_Module_Model
in package
OSSTimeControl module model class.
Tags
Table of Contents
- getCalendarViewUrl() : mixed
- getDefaultViewName() : string
- Function to get the Default View Component Name.
- getFieldsForSave() : mixed
- {@inheritdoc}
- getLayoutTypeForQuickCreate() : string
- {@inheritdoc}
- getRelatedSummary() : array<string|int, mixed>
- Function to get data of charts.
- getSideBarLinks() : mixed
- {@inheritdoc}
Methods
getCalendarViewUrl()
public
getCalendarViewUrl() : mixed
Return values
mixed —getDefaultViewName()
Function to get the Default View Component Name.
public
getDefaultViewName() : string
Return values
string —getFieldsForSave()
{@inheritdoc}
public
getFieldsForSave(Vtiger_Record_Model $recordModel) : mixed
Parameters
- $recordModel : Vtiger_Record_Model
Return values
mixed —getLayoutTypeForQuickCreate()
{@inheritdoc}
public
getLayoutTypeForQuickCreate() : string
Return values
string —getRelatedSummary()
Function to get data of charts.
public
getRelatedSummary(Query $query) : array<string|int, mixed>
Parameters
- $query : Query
Return values
array<string|int, mixed> —getSideBarLinks()
{@inheritdoc}
public
getSideBarLinks(mixed $linkParams) : mixed
Parameters
- $linkParams : mixed