class PostReply
Properties
| int | $discussionId | The ID of the discussion to post the reply to. |
|
|
| User | $actor | The user who is performing the action. |
|
|
| array | $data | The attributes to assign to the new post. |
|
|
| string | $ipAddress | The IP address of the actor. |
|
|
| bool | $isFirstPost |
|
Methods
__construct(int $discussionId, User $actor, array $data, string $ipAddress = null, bool $isFirstPost = false)
No description