class DeleteUser

Properties

int $userId <p>The ID of the user to delete.</p>
User $actor <p>The user performing the action.</p>
array $data <p>Any other user input associated with the action. This is unused by default, but may be used by extensions.</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 delete.</p>
User $actor <p>The user performing the action.</p>
array $data <p>Any other user input associated with the action. This is unused by default, but may be used by extensions.</p>