extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getId(): string
|
# |
public
|
setId(string $id): self
|
# |
public
|
getFirstName(): string
|
# |
public
|
setFirstName(string $firstName): self
|
# |
public
|
getLastName(): string
|
# |
public
|
setLastName(string $lastName): self
|
# |
public
|
getEmail(): string
|
# |
public
|
setEmail(string $email): self
|
# |
public
|
getStatus(): string
|
# |
public
|
setStatus(string $status): self
|
# |
public
|
getManagerId(): ?string
|
# |
public
|
setManagerId(?string $managerId): self
|
# |
public
|
getDepartmentId(): ?string
|
# |
public
|
setDepartmentId(?string $departmentId): self
|
# |
public
|
getLocationId(): ?string
|
# |
public
|
setLocationId(?string $locationId): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
string
|
$id
|
# |
protected
|
string
|
$firstName
|
# |
protected
|
string
|
$lastName
|
# |
protected
|
string
|
$email
|
# |
protected
|
string
|
$status
|
# |
protected
|
string|null
|
$managerId
|
# |
protected
|
string|null
|
$departmentId
|
# |
protected
|
string|null
|
$locationId
|
# |