class PostReplyHandler

Traits

Properties

protected Dispatcher $events from DispatchEventsTrait
protected DiscussionRepository $discussions
protected NotificationSyncer $notifications
protected PostValidator $validator

Methods

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

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

__construct(Dispatcher $events, DiscussionRepository $discussions, NotificationSyncer $notifications, PostValidator $validator)

No description

handle(PostReply $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, DiscussionRepository $discussions, NotificationSyncer $notifications, PostValidator $validator)

Parameters

Dispatcher $events
DiscussionRepository $discussions
NotificationSyncer $notifications
PostValidator $validator

CommentPost handle(PostReply $command)

Parameters

PostReply $command

Return Value

CommentPost

Exceptions

PermissionDeniedException