class DeleteGroupHandler

Traits

Methods

void
dispatchEventsFor(mixed $entity, User $actor = null)

<p>Dispatch all events for an entity.</p>

__construct(Dispatcher $events, GroupRepository $groups)

No description

handle(DeleteGroup $command)

No description

Details

void dispatchEventsFor(mixed $entity, User $actor = null)

<p>Dispatch all events for an entity.</p>

Parameters

mixed $entity
User $actor

Return Value

void

__construct(Dispatcher $events, GroupRepository $groups)

Parameters

Dispatcher $events
GroupRepository $groups

Group handle(DeleteGroup $command)

Parameters

DeleteGroup $command

Return Value

Group