Documentation

Settings_BusinessHours_Module_Model extends Settings_Vtiger_Module_Model
in package

Settings_BusinessHours_Module_Model class.

Tags
copyright

YetiForce S.A.

license

YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)

author

Rafal Pospiech r.pospiech@yetiforce.com

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
Return values
bool

        

Search results