class RelationDto

Methods

__construct(string $type, string $personId)

No description

static RelationDto
fromEntity(RelationDTO $relation)

No description

static array
fromEntities(iterable $items)

No description

Details

at line 16
__construct(string $type, string $personId)

No description

Parameters

string $type
string $personId

at line 23
static RelationDto fromEntity(RelationDTO $relation)

No description

Parameters

RelationDTO $relation

Return Value

RelationDto

at line 36
static array fromEntities(iterable $items)

No description

Parameters

iterable $items

Return Value

array