Settings_BusinessHours_Module_Model
extends Settings_Vtiger_Module_Model
in package
Settings_BusinessHours_Module_Model class.
Tags
Table of Contents
- $baseIndex : string
- Base index.
- $baseTable : string
- Base table.
- $listFields : array<string|int, mixed>
- List fields.
- $name : string
- Module name.
- $nameFields : array<string|int, mixed>
- Name fields.
- getCreateRecordUrl() : string
- {@inheritdoc}
- getDefaultUrl() : string
- {@inheritdoc}
- getEditViewUrl() : string
- {@inheritdoc}
- getIndexViewUrl() : string
- {@inheritdoc}
- getListViewUrl() : string
- {@inheritdoc}
- isPagingSupported() : bool
- {@inheritdoc}
Properties
$baseIndex
Base index.
public
string
$baseIndex
= 'id'
$baseTable
Base table.
public
string
$baseTable
= 's_#__business_hours'
$listFields
List fields.
public
array<string|int, mixed>
$listFields
= ['name' => 'LBL_NAME', 'working_days' => 'LBL_WORKING_DAYS', 'working_hours_from' => 'LBL_WORKING_HOURS_FROM', 'working_hours_to' => 'LBL_WORKING_HOURS_TO', 'default_times' => 'LBL_DEFAULT_TIMES', 'default' => 'LBL_DEFAULT']
$name
Module name.
public
string
$name
= 'BusinessHours'
$nameFields
Name fields.
public
array<string|int, mixed>
$nameFields
= ['name']
Methods
getCreateRecordUrl()
{@inheritdoc}
public
getCreateRecordUrl() : string
Return values
string —getDefaultUrl()
{@inheritdoc}
public
getDefaultUrl() : string
Return values
string —getEditViewUrl()
{@inheritdoc}
public
getEditViewUrl() : string
Return values
string —getIndexViewUrl()
{@inheritdoc}
public
getIndexViewUrl() : string
Return values
string —getListViewUrl()
{@inheritdoc}
public
getListViewUrl() : string
Return values
string —isPagingSupported()
{@inheritdoc}
public
isPagingSupported() : bool