class Deleting
Properties
Discussion | $discussion | <p>The discussion that is going to 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> |
class Deleting
Discussion | $discussion | <p>The discussion that is going to 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> |
__construct(Discussion $discussion, User $actor, array $data = [])