class EditPost

Properties

int $postId <p>The ID of the post to edit.</p>
User $actor <p>The user performing the action.</p>
array $data <p>The attributes to update on the post.</p>

Methods

__construct(int $postId, User $actor, array $data)

No description

Details

__construct(int $postId, User $actor, array $data)

Parameters

int $postId <p>The ID of the post to edit.</p>
User $actor <p>The user performing the action.</p>
array $data <p>The attributes to update on the post.</p>