class Changes

Methods

__construct(int[] $updatedById, string[] $updatedAt, Label[] $previousLabels, Label[] $currentLabels)

Changes constructor.

int[]
getUpdatedById()

No description

setUpdatedById(int[] $updatedById)

No description

string[]
getUpdatedAt()

No description

setUpdatedAt(string[] $updatedAt)

No description

Label[]
getPreviousLabels()

No description

setPreviousLabels(Label[] $previousLabels)

No description

Label[]
getCurrentLabels()

No description

setCurrentLabels(Label[] $currentLabels)

No description

Details

at line 39
__construct(int[] $updatedById, string[] $updatedAt, Label[] $previousLabels, Label[] $currentLabels)

Changes constructor.

Parameters

int[] $updatedById
string[] $updatedAt
Label[] $previousLabels
Label[] $currentLabels

at line 50
int[] getUpdatedById()

Return Value

int[]

at line 58
setUpdatedById(int[] $updatedById)

Parameters

int[] $updatedById

at line 66
string[] getUpdatedAt()

Return Value

string[]

at line 74
setUpdatedAt(string[] $updatedAt)

Parameters

string[] $updatedAt

at line 82
Label[] getPreviousLabels()

Return Value

Label[]

at line 90
setPreviousLabels(Label[] $previousLabels)

Parameters

Label[] $previousLabels

at line 98
Label[] getCurrentLabels()

Return Value

Label[]

at line 106
setCurrentLabels(Label[] $currentLabels)

Parameters

Label[] $currentLabels