class Saving
Properties
Discussion | $discussion | <p>The discussion that will be saved.</p> | ||
User | $actor | <p>The user who is performing the action.</p> | ||
array | $data | <p>Any user input associated with the command.</p> |
class Saving
Discussion | $discussion | <p>The discussion that will be saved.</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 = [])