Property | Type | Description | |
---|---|---|---|
$actor | The user performing the action. | ||
$data | array | Any other user input associated with the action. This is unused by default, but may be used by extensions. | |
$userId | integer | The ID of the user to delete. |
Method | Description | |
---|---|---|
__construct ( integer $userId, |
public __construct ( integer $userId, |
||
$userId | integer | The ID of the user to delete. |
$actor | The user performing the action. | |
$data | array | Any other user input associated with the action. This is unused by default, but may be used by extensions. |
public User,Flarum\Core $actor | ||
return |
public array $data | ||
return | array |