class Saving
Properties
| Discussion | $discussion | The discussion that will be saved. |
|
|
| User | $actor | The user who is performing the action. |
|
|
| array | $data | Any user input associated with the command. |
|
class Saving
| Discussion | $discussion | The discussion that will be saved. |
|
|
| User | $actor | The user who is performing the action. |
|
|
| array | $data | Any user input associated with the command. |
|
__construct(Discussion $discussion, User $actor, array $data = [])