Documentation

VTUpdateCalendarDates extends VTTask
in package

Update the dates of created events automatically.

Tags
copyright

YetiForce S.A.

license

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

author

Mariusz Krzaczkowski m.krzaczkowski@yetiforce.com

Table of Contents

RECORD_EVENT_ACTIVE  = 0
RECORD_EVENT_DOUBLE_MODE  = 2
RECORD_EVENT_INACTIVE  = 1
$contents  : Vtiger_Record_Model
Task contents.
$executeImmediately  : bool
Execute immediately.
$recordEventState  : bool
doTask()  : mixed
Execute task.
formatTimeForTimePicker()  : string
Return formatted time for timepicker.
getContents()  : Vtiger_Record_Model
Return content.
getFieldNames()  : array<string|int, mixed>
Get field names.
getTimeFieldList()  : array<string|int, mixed>
Return time field list.
hasContents()  : bool
Check if has contents.
setContents()  : mixed
Set contents.

Constants

RECORD_EVENT_ACTIVE

public int RECORD_EVENT_ACTIVE = 0

RECORD_EVENT_DOUBLE_MODE

public int RECORD_EVENT_DOUBLE_MODE = 2

RECORD_EVENT_INACTIVE

public int RECORD_EVENT_INACTIVE = 1

Properties

$recordEventState

public bool $recordEventState = self::RECORD_EVENT_ACTIVE

The record event.

Methods

formatTimeForTimePicker()

Return formatted time for timepicker.

public formatTimeForTimePicker(string $time) : string
Parameters
$time : string
Return values
string

getFieldNames()

Get field names.

public getFieldNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTimeFieldList()

Return time field list.

public getTimeFieldList() : array<string|int, mixed>
Return values
array<string|int, mixed>

        

Search results