Documentation

Settings_PublicHoliday_Module_Model extends Settings_Vtiger_Module_Model
in package

Settings PublicHoliday module model class.

Tags
copyright

YetiForce S.A.

license

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

Table of Contents

$baseIndex  : mixed
$baseTable  : mixed
$listFields  : mixed
$name  : mixed
$nameFields  : mixed
getHolidaysByRange()  : array<string|int, Settings_PublicHoliday_Record_Model>
Returns holidays into date range.
getInstance()  : Settings_PublicHoliday_Module_Model
Returns instance of Settings module model.
isPagingSupported()  : bool
Return info about module paging feature.

Properties

$baseIndex

public mixed $baseIndex = 'publicholidayid'

$baseTable

public mixed $baseTable = 'vtiger_publicholiday'

$listFields

public mixed $listFields = ['holidayname' => 'Name', 'holidaydate' => 'Date', 'holidaytype' => 'Type']

$name

public mixed $name = 'PublicHoliday'

$nameFields

public mixed $nameFields = ['holidayname']

Methods

isPagingSupported()

Return info about module paging feature.

public isPagingSupported() : bool
Return values
bool
  • true: pageable, false: not pageable

        

Search results