class Saving

Properties

User $user <p>The user 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 user.</p>

Methods

__construct(User $user, User $actor, array $data)

No description

Details

__construct(User $user, User $actor, array $data)

Parameters

User $user <p>The user 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 user.</p>