Property | Type | Description | |
---|---|---|---|
$actor | The user performing the action. | ||
$data | array | The attributes to update on the user. | |
$userId | integer | The ID of the user to edit. |
Method | Description | |
---|---|---|
__construct ( integer $userId, |
public __construct ( integer $userId, |
||
$userId | integer | The ID of the user to edit. |
$actor | The user performing the action. | |
$data | array | The attributes to update on the user. |
public User,Flarum\Core $actor | ||
return |