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