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
Deleting
class
Deleting
Properties
User
$user
<p>The user who will be deleted.</p>
User
$actor
<p>The user who is performing the action.</p>
array
$data
<p>Any user input associated with the command.</p>
Methods
__construct
(
User
$user,
User
$actor, array $data)
No description
Details
at
line 42
__construct
(
User
$user,
User
$actor, array $data)
Parameters
User
$user
<p>The user who will be deleted.</p>
User
$actor
<p>The user performing the action.</p>
array
$data
<p>Any user input associated with the command.</p>