ActivityChangeSet
FinalYes
Table of Contents
Methods
- __construct() : mixed
- build() : self
- hasAnyChange() : bool
- isCompletedChanged() : bool
- isDeadlineChanged() : bool
- isKindChanged() : bool
- isResponsibleChanged() : bool
- isTypeChanged() : bool
- newAct() : ActivitySearchData
- oldAct() : ActivitySearchData
Methods
__construct()
public
__construct(ActivitySearchData|null $old, ActivitySearchData $new) : mixed
Parameters
- $old : ActivitySearchData|null
- $new : ActivitySearchData
build()
public
static build(array<string|int, mixed>|null $oldActivityFields, array<string|int, mixed> $newActivityFields) : self
Parameters
- $oldActivityFields : array<string|int, mixed>|null
- $newActivityFields : array<string|int, mixed>
Return values
selfhasAnyChange()
public
hasAnyChange() : bool
Return values
boolisCompletedChanged()
public
isCompletedChanged() : bool
Return values
boolisDeadlineChanged()
public
isDeadlineChanged() : bool
Return values
boolisKindChanged()
public
isKindChanged() : bool
Return values
boolisResponsibleChanged()
public
isResponsibleChanged() : bool
Return values
boolisTypeChanged()
public
isTypeChanged() : bool
Return values
boolnewAct()
public
newAct() : ActivitySearchData
Return values
ActivitySearchDataoldAct()
public
oldAct() : ActivitySearchData