class DeleteGroup

Properties

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

Methods

__construct(int $groupId, User $actor, array $data = [])

No description

Details

__construct(int $groupId, User $actor, array $data = [])

Parameters

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