class EditUser

Properties

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

Methods

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

No description

Details

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

Parameters

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