Flarum
Forum
PHP
JS
v0.1.0-beta
v0.1.0-beta.2
v0.1.0-beta.3
v0.1.0-beta.4
v0.1.0-beta.5
v0.1.0-beta.6
v0.1.0-beta.7
v0.1.0-beta.8
v0.1.0-beta.9
v0.1.0-beta.10
v0.1.0-beta.11
v0.1.0-beta.12
v0.1.0-beta.13
master
Classes
Namespaces
Interfaces
Traits
Index
Search
EditGroup
class
EditGroup
Properties
int
$groupId
The ID of the group to edit.
User
$actor
The user performing the action.
array
$data
The attributes to update on the post.
Methods
__construct
(int $groupId,
User
$actor, array $data)
No description
Details
at
line 42
__construct
(int $groupId,
User
$actor, array $data)
Parameters
int
$groupId
The ID of the group to edit.
User
$actor
The user performing the action.
array
$data
The attributes to update on the post.