IConversationOptions
in
Tags
Table of Contents
Methods
- isPublic() : bool
- Will the conversation be public?
- setPublic() : $this
- Make the new conversation public
Methods
isPublic()
Will the conversation be public?
public
isPublic() : bool
Tags
Return values
boolsetPublic()
Make the new conversation public
public
setPublic([bool $isPublic = true ]) : $this
Parameters
- $isPublic : bool = true