UserGroupRepositoryInterface
interface UserGroupRepositoryInterface
이 인터페이스는 그룹정보 저장소가 구현해야 하는 인터페이스이다.
Methods
mixed
void
Details
at line 40
mixed
addUser(GroupInterface $group, UserInterface $user)
주어진 그룹에 주어진 회원을 추가한다.
at line 50
void
exceptUser(GroupInterface $group, UserInterface $user)
주어진 회원을 그룹에서 제외시킨다.