AddedTeamMembers
extends BaseModel
Table of Contents
Properties
-
$added
: null|Collection
-
$skipped
: null|Collection
Methods
-
__construct()
: mixed
-
getAdded()
: Collection|null
-
getSkipped()
: Collection|null
$added
protected
null|Collection
$added
$skipped
protected
null|Collection
$skipped
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getAdded()
public
getAdded() : Collection|null
Return values
Collection|null
getSkipped()
public
getSkipped() : Collection|null
Return values
Collection|null