CreatePollOptions
extends Message
in package
Generated from protobuf message <code>plugnmeet.CreatePollOptions</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>uint32 id = 1;</code>
- $text : mixed
- Generated from protobuf field <code>string text = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getId() : int
- Generated from protobuf field <code>uint32 id = 1;</code>
- getText() : string
- Generated from protobuf field <code>string text = 2;</code>
- setId() : $this
- Generated from protobuf field <code>uint32 id = 1;</code>
- setText() : $this
- Generated from protobuf field <code>string text = 2;</code>
Properties
$id
Generated from protobuf field <code>uint32 id = 1;</code>
protected
mixed
$id
= 0
$text
Generated from protobuf field <code>string text = 2;</code>
protected
mixed
$text
= ''
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 int $id @type string $text}
getId()
Generated from protobuf field <code>uint32 id = 1;</code>
public
getId() : int
Return values
intgetText()
Generated from protobuf field <code>string text = 2;</code>
public
getText() : string
Return values
stringsetId()
Generated from protobuf field <code>uint32 id = 1;</code>
public
setId(int $var) : $this
Parameters
- $var : int
Return values
$thissetText()
Generated from protobuf field <code>string text = 2;</code>
public
setText(string $var) : $this
Parameters
- $var : string