class Saving

Properties

Post $post <p>The post that will be saved.</p>
User $actor <p>The user who is performing the action.</p>
array $data <p>The attributes to update on the post.</p>

Methods

__construct(Post $post, User $actor, array $data = [])

No description

Details

__construct(Post $post, User $actor, array $data = [])

Parameters

Post $post
User $actor
array $data