Documentation

Person
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

Table of Contents

$organizationId  : OrganizationId
$peopleId  : PeopleId
$remotePersons  : array<string|int, mixed>|null
__construct()  : mixed
organizationId()  : OrganizationId
peopleId()  : PeopleId
remotePersons()  : array<string|int, string>|null

Properties

$remotePersons

private array<string|int, mixed>|null $remotePersons
Tags

Methods

__construct()

public __construct(PeopleId $peopleId, OrganizationId $organizationId, array<string|int, string>|null $remotePersons) : mixed
Parameters
$peopleId : PeopleId
$organizationId : OrganizationId
$remotePersons : array<string|int, string>|null
Tags
Return values
mixed

remotePersons()

public remotePersons() : array<string|int, string>|null
Return values
array<string|int, string>|null

Search results