AdminAccessUserWriterInterface
in
Interface AdminAccessUserWriterInterface
Tags
Table of Contents
- store() : AdminAccessUserWriterInterface
- Stores the user roles into the database.
Methods
store()
Stores the user roles into the database.
public
store(IdType $customerId, AdminAccessRoleCollection $roles) : AdminAccessUserWriterInterface
Parameters
- $customerId : IdType
-
Customer ID.
- $roles : AdminAccessRoleCollection
-
Roles collection.
Return values
AdminAccessUserWriterInterface —Returns same instance for chained method calls.