Nextcloud PHP API (master)

IConversationOptions

Tags
since
24.0.0

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
since
24.0.0
Return values
bool

setPublic()

Make the new conversation public

public setPublic([bool $isPublic = true ]) : $this
Parameters
$isPublic : bool = true
Tags
since
24.0.0
Return values
$this

        
On this page

Search results