interface WithGroupsInterface

With groups interface.

Methods

setGroupRepository(GroupRepositoryInterface $groupRepository)

Sets the group repository.

getGroupRepository()

Returns the group repository.

Details

at line 22
setGroupRepository(GroupRepositoryInterface $groupRepository)

Sets the group repository.

Parameters

GroupRepositoryInterface $groupRepository Group repository

at line 29
GroupRepositoryInterface getGroupRepository()

Returns the group repository.