PrivateProfileRepository
in
Repository interface for private profiles.
Table of Contents
Methods
- get() : PrivateProfile
- Retrieve a private profile by user id.
- save() : void
- Persist a private profile.
Methods
get()
Retrieve a private profile by user id.
public
get(WebviepUserId $userId) : PrivateProfile
Parameters
- $userId : WebviepUserId
Return values
PrivateProfilesave()
Persist a private profile.
public
save(PrivateProfile $profile) : void
Parameters
- $profile : PrivateProfile