Flarum
Forum
PHP
JS
1.x
2.x
v1.3.1
v1.4.0
v1.5.0
v1.6.3
v1.7.1
v1.8.14
Classes
Namespaces
Interfaces
Traits
Index
Search
Saving
class
Saving
Properties
User
$user
The user that will be saved.
User
$actor
The user who is performing the action.
array
$data
The attributes to update on the user.
Methods
__construct
(
User
$user,
User
$actor, array $data)
No description
Details
at
line 42
__construct
(
User
$user,
User
$actor, array $data)
Parameters
User
$user
The user that will be saved.
User
$actor
The user who is performing the action.
array
$data
The attributes to update on the user.