PFItemCommentSave Method |
Name | Description | |
---|---|---|
![]() | Save |
Applies the data of this object in the database.
(Overrides PFBaseObjectSave.)![]()
Calling this method won't update the chat UI in realtime.
You can use the second overload of this method to do so.
|
![]() | Save(Boolean) |
Applies the data of this object in the database.
If set to true
site events will be emitted, allowing the UI (e.g. chat) to update in realtime. |