Flarum
Forum
PHP
JS
v1.0.0
v1.1.0
v1.2.0
v1.3.0
v1.4.0
v1.5.0
v1.6.0
v1.7.0
v1.8.0
main
Classes
Namespaces
Interfaces
Traits
Index
Search
Saving
class
Saving
Properties
Group
$group
<p>The group that will be saved.</p>
User
$actor
<p>The user who is performing the action.</p>
array
$data
<p>The attributes to update on the group.</p>
Methods
__construct
(
Group
$group,
User
$actor, array $data)
No description
Details
at
line 43
__construct
(
Group
$group,
User
$actor, array $data)
Parameters
Group
$group
<p>The group that will be saved.</p>
User
$actor
<p>The user who is performing the action.</p>
array
$data
<p>The attributes to update on the group.</p>