Interface AdminAccessUserManagerInterface
Interface AdminAccessUserManagerInterface
Direct known implementers
Package: AdminAccess\Managers
Category: System
Located at Services/System/AdminAccess/Managers/Interfaces/AdminAccessUserManagerInterface.inc.php
Category: System
Located at Services/System/AdminAccess/Managers/Interfaces/AdminAccessUserManagerInterface.inc.php
Methods summary
public
addRoleToUserByCustomerId( IdType $roleId, IdType $customerId )
: AdminAccessUserManagerInterface
Adds role to user by customer ID.
public
removeRoleFromUserByCustomerId( IdType $roleId, IdType $customerId )
: AdminAccessUserManagerInterface
Removes role from user by customer ID.
public
getRolesByCustomerId( IdType $id )
: AdminAccessRoleCollection
Gets collection of all roles of a certain user.
public
deleteUserByCustomerId( IdType $customerId )
: AdminAccessUserManagerInterface
Deletes user by customer ID.