class EditGroup

Properties

int $groupId <p>The ID of the group to edit.</p>
User $actor <p>The user performing the action.</p>
array $data <p>The attributes to update on the post.</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 edit.</p>
User $actor <p>The user performing the action.</p>
array $data <p>The attributes to update on the post.</p>