class GroupDto

Methods

__construct(string $id, string $type, string $label, array $members, array $watchers)

No description

static GroupDto
fromEntity(GroupDTO $group)

No description

Details

at line 17
__construct(string $id, string $type, string $label, array $members, array $watchers)

No description

Parameters

string $id
string $type
string $label
array $members
array $watchers

at line 28
static GroupDto fromEntity(GroupDTO $group)

No description

Parameters

GroupDTO $group

Return Value

GroupDto