Table of Contents
Methods
-
addApplicationError()
: static
-
getGroup()
: Workgroup|null
-
isGroupChanged()
: bool
-
merge()
: static
-
setGroup()
: static
-
setGroupChanged()
: void
addApplicationError()
public
addApplicationError([array<string|int, mixed> $ignoreCodes = [] ]) : static
Parameters
-
$ignoreCodes
: array<string|int, mixed>
= []
-
getGroup()
public
getGroup() : Workgroup|null
isGroupChanged()
public
isGroupChanged() : bool
merge()
public
merge(Result $result) : static
Parameters
-
$result
: Result
-
setGroup()
public
setGroup(Workgroup|null $group) : static
Parameters
-
$group
: Workgroup|null
-
setGroupChanged()
public
setGroupChanged([bool $changed = true ]) : void
Parameters
-
$changed
: bool
= true
-