class DeleteGroupCommandHandler (View source)

Properties

protected Connection $connection
protected EventDispatcher $dispatcher
protected GroupRepository $groupRepository
protected EntityManager $entityManager

Methods

__construct(GroupRepository $groupRepository, Connection $connection, EventDispatcher $dispatcher, EntityManager $entityManager)

No description

__invoke(DeleteGroupCommand $command)

No description

Details

__construct(GroupRepository $groupRepository, Connection $connection, EventDispatcher $dispatcher, EntityManager $entityManager)

No description

Parameters

GroupRepository $groupRepository
Connection $connection
EventDispatcher $dispatcher
EntityManager $entityManager

__invoke(DeleteGroupCommand $command)

No description

Parameters

DeleteGroupCommand $command