SharedNotePadFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.SharedNotePadFeatures</code>
Table of Contents
Properties
- $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 = 1;</code>
- $note_pad_id : mixed
- Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
- $visible : mixed
- Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- 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 = 1;</code>
- getNotePadId() : string
- Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
- getVisible() : bool
- Generated from protobuf field <code>bool visible = 3 [(.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 = 1;</code>
- setNotePadId() : $this
- Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
- setVisible() : $this
- Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>
Properties
$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 = 1;</code>
protected
mixed
$is_allow
= false
$note_pad_id
Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
protected
mixed
$note_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 $is_allow @type bool $is_active @type bool $visible @type string $note_pad_id}
getIsActive()
Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>
public
getIsActive() : bool
Return values
boolgetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetNotePadId()
Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
public
getNotePadId() : string
Return values
stringgetVisible()
Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>
public
getVisible() : bool
Return values
boolsetIsActive()
Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>
public
setIsActive(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetNotePadId()
Generated from protobuf field <code>string note_pad_id = 4 [(.buf.validate.field) = {</code>
public
setNotePadId(string $var) : $this
Parameters
- $var : string
Return values
$thissetVisible()
Generated from protobuf field <code>bool visible = 3 [(.buf.validate.field) = {</code>
public
setVisible(bool $var) : $this
Parameters
- $var : bool