RolesAndTaxonomiesService
in package
Application service for managing WebVIEP roles and taxonomies.
Table of Contents
Properties
Methods
- __construct() : mixed
- deleteRole() : void
- Delete a role by key if present.
Properties
$roles
private
WebviepRoleRepository
$roles
Methods
__construct()
public
__construct(WebviepRoleRepository $roles) : mixed
Parameters
- $roles : WebviepRoleRepository
deleteRole()
Delete a role by key if present.
public
deleteRole(string $roleKey) : void
Parameters
- $roleKey : string