TaskFieldHandler
Table of Contents
Methods
-
__construct()
: mixed
-
getFields()
: array<string|int, mixed>
-
getFieldsToDb()
: array<string|int, mixed>
-
isDatesChanged()
: bool
-
isFollowDates()
: bool
-
isParentChanged()
: bool
-
prepareChangedBy()
: $this
-
prepareCreatedBy()
: $this
-
prepareDates()
: $this
-
prepareDependencies()
: $this
-
prepareDescription()
: $this
-
prepareDurationPlanFields()
: $this
-
prepareFlags()
: $this
-
prepareFlow()
: self
-
prepareGroupId()
: $this
-
prepareGuid()
: $this
-
prepareId()
: $this
-
prepareIntegration()
: $this
-
prepareMark()
: $this
-
prepareMembers()
: $this
-
prepareOutlook()
: $this
-
prepareParents()
: self
-
preparePriority()
: $this
-
prepareRegularParams()
: static
-
prepareSiteId()
: $this
-
prepareStatus()
: $this
-
prepareTags()
: $this
-
prepareTitle()
: $this
-
skipTimeZoneFields()
: static
__construct()
public
__construct(int $userId[, array<string|int, mixed> $fields = [] ][, array<string|int, mixed>|null $taskData = null ]) : mixed
Parameters
-
$userId
: int
-
-
$fields
: array<string|int, mixed>
= []
-
-
$taskData
: array<string|int, mixed>|null
= null
-
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getFieldsToDb()
public
getFieldsToDb() : array<string|int, mixed>
-
throws
-
ArgumentException
-
throws
-
SystemException
Return values
array<string|int, mixed>
isDatesChanged()
public
isDatesChanged() : bool
isFollowDates()
public
isFollowDates() : bool
isParentChanged()
public
isParentChanged() : bool
prepareChangedBy()
public
prepareChangedBy() : $this
prepareCreatedBy()
public
prepareCreatedBy() : $this
prepareDates()
public
prepareDates() : $this
-
throws
-
TaskFieldValidateException
-
throws
-
LoaderException
prepareDependencies()
public
prepareDependencies() : $this
-
throws
-
TaskFieldValidateException
prepareDescription()
public
prepareDescription() : $this
prepareDurationPlanFields()
public
prepareDurationPlanFields() : $this
prepareFlags()
public
prepareFlags() : $this
prepareFlow()
public
prepareFlow() : self
-
throws
-
TaskFieldValidateException
prepareGroupId()
public
prepareGroupId() : $this
prepareGuid()
public
prepareGuid() : $this
prepareId()
public
prepareId() : $this
prepareIntegration()
public
prepareIntegration() : $this
public
prepareMark() : $this
prepareMembers()
public
prepareMembers() : $this
-
throws
-
TaskFieldValidateException
prepareOutlook()
public
prepareOutlook() : $this
prepareParents()
public
prepareParents() : self
-
throws
-
TaskFieldValidateException
preparePriority()
public
preparePriority() : $this
prepareRegularParams()
public
prepareRegularParams() : static
prepareSiteId()
public
prepareSiteId() : $this
prepareStatus()
public
prepareStatus() : $this
-
throws
-
TaskFieldValidateException
public
prepareTags() : $this
prepareTitle()
public
prepareTitle() : $this
-
throws
-
TaskFieldValidateException
skipTimeZoneFields()
public
skipTimeZoneFields(string ...$fields) : static
Parameters
-
$fields
: string
-