class EditUserHandler

Traits

Properties

protected Dispatcher $events from DispatchEventsTrait
protected UserRepository $users
protected UserValidator $validator

Methods

dispatchEventsFor(object $entity, User $actor = null)

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

__construct(Dispatcher $events, UserRepository $users, UserValidator $validator)

No description

handle(EditUser $command)

No description

Details

dispatchEventsFor(object $entity, User $actor = null)

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

Parameters

object $entity
User $actor

__construct(Dispatcher $events, UserRepository $users, UserValidator $validator)

Parameters

Dispatcher $events
UserRepository $users
UserValidator $validator

User handle(EditUser $command)

Parameters

EditUser $command

Return Value

User

Exceptions

PermissionDeniedException
ValidationException