interface GroupRepositoryInterface

Group repository interface.

Methods

createGroup(array $properties = [])

Creates and returns a group.

getByIdentifier(mixed $identifier)

Gets a group by its identifier.

Details

at line 23
GroupEntityInterface createGroup(array $properties = [])

Creates and returns a group.

Parameters

array $properties Group properties

Return Value

GroupEntityInterface

at line 31
GroupEntityInterface getByIdentifier(mixed $identifier)

Gets a group by its identifier.

Parameters

mixed $identifier Group identifier

Return Value

GroupEntityInterface