EmployeePermissionTrait
Last updated
Was this helpful?
Last updated
Was this helpful?
Please have a look at the first.
With the EmployeePermissionTrait you can easily check in your PHP code whether the logged-in employee has the required rights.
checkB2bPlatformPermission
Check the permission of an employee:
Example code:
$this->checkB2bPlatformPermission([Permissions::
EMPLOYEE_PERMISSION_VIEW_ALL_ORDERS
], $context);
getEmployeeRole
Return of the EmployeeRoleEntity, if a role is stored accordingly. Example:
$role= $this->getEmployeeRole($context);