Documentation

SharedNotePadFeatures extends Message
in package

Generated from protobuf message <code>plugnmeet.SharedNotePadFeatures</code>

Table of Contents

Properties

$allowed_shared_note_pad  : mixed
Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>
$host  : mixed
Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>
$is_active  : mixed
Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>
$is_allow  : mixed
Generated from protobuf field <code>bool is_allow = 8;</code>
$node_id  : mixed
Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>
$note_pad_id  : mixed
Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>
$read_only_pad_id  : mixed
Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>
$visible  : mixed
Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>

Methods

__construct()  : mixed
Constructor.
clearAllowedSharedNotePad()  : mixed
getAllowedSharedNotePad()  : bool
Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>
getHost()  : string
Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>
getIsActive()  : bool
Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>
getIsAllow()  : bool
Generated from protobuf field <code>bool is_allow = 8;</code>
getNodeId()  : string
Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>
getNotePadId()  : string
Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>
getReadOnlyPadId()  : string
Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>
getVisible()  : bool
Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>
hasAllowedSharedNotePad()  : mixed
setAllowedSharedNotePad()  : $this
Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>
setHost()  : $this
Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>
setIsActive()  : $this
Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>
setIsAllow()  : $this
Generated from protobuf field <code>bool is_allow = 8;</code>
setNodeId()  : $this
Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>
setNotePadId()  : $this
Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>
setReadOnlyPadId()  : $this
Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>
setVisible()  : $this
Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>

Properties

$allowed_shared_note_pad

Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>

protected mixed $allowed_shared_note_pad = null

$host

Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>

protected mixed $host = ''

$is_active

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

protected mixed $is_active = false

$is_allow

Generated from protobuf field <code>bool is_allow = 8;</code>

protected mixed $is_allow = false

$node_id

Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>

protected mixed $node_id = ''

$note_pad_id

Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>

protected mixed $note_pad_id = ''

$read_only_pad_id

Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>

protected mixed $read_only_pad_id = ''

$visible

Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>

protected mixed $visible = false

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $allowed_shared_note_pad
@type bool $is_allow
@type bool $is_active
@type bool $visible
@type string $node_id
@type string $host
@type string $note_pad_id
@type string $read_only_pad_id

}

getAllowedSharedNotePad()

Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>

public getAllowedSharedNotePad() : bool
Return values
bool

getHost()

Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>

public getHost() : string
Return values
string

getIsActive()

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

public getIsActive() : bool
Return values
bool

getIsAllow()

Generated from protobuf field <code>bool is_allow = 8;</code>

public getIsAllow() : bool
Return values
bool

getNodeId()

Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>

public getNodeId() : string
Return values
string

getNotePadId()

Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>

public getNotePadId() : string
Return values
string

getReadOnlyPadId()

Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>

public getReadOnlyPadId() : string
Return values
string

getVisible()

Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>

public getVisible() : bool
Return values
bool

setAllowedSharedNotePad()

Generated from protobuf field <code>optional bool allowed_shared_note_pad = 1 [deprecated = true];</code>

public setAllowedSharedNotePad(bool $var) : $this
Parameters
$var : bool
Return values
$this

setHost()

Generated from protobuf field <code>string host = 5 [(.buf.validate.field) = {</code>

public setHost(string $var) : $this
Parameters
$var : string
Return values
$this

setIsActive()

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

public setIsActive(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsAllow()

Generated from protobuf field <code>bool is_allow = 8;</code>

public setIsAllow(bool $var) : $this
Parameters
$var : bool
Return values
$this

setNodeId()

Generated from protobuf field <code>string node_id = 4 [(.buf.validate.field) = {</code>

public setNodeId(string $var) : $this
Parameters
$var : string
Return values
$this

setNotePadId()

Generated from protobuf field <code>string note_pad_id = 6 [(.buf.validate.field) = {</code>

public setNotePadId(string $var) : $this
Parameters
$var : string
Return values
$this

setReadOnlyPadId()

Generated from protobuf field <code>string read_only_pad_id = 7 [(.buf.validate.field) = {</code>

public setReadOnlyPadId(string $var) : $this
Parameters
$var : string
Return values
$this

setVisible()

Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>

public setVisible(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results