PollsStats
extends Message
in package
Generated from protobuf message <code>plugnmeet.PollsStats</code>
Table of Contents
Properties
- $total_polls : mixed
- Generated from protobuf field <code>uint64 total_polls = 1;</code>
- $total_running : mixed
- Generated from protobuf field <code>uint64 total_running = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getTotalPolls() : int|string
- Generated from protobuf field <code>uint64 total_polls = 1;</code>
- getTotalRunning() : int|string
- Generated from protobuf field <code>uint64 total_running = 2;</code>
- setTotalPolls() : $this
- Generated from protobuf field <code>uint64 total_polls = 1;</code>
- setTotalRunning() : $this
- Generated from protobuf field <code>uint64 total_running = 2;</code>
Properties
$total_polls
Generated from protobuf field <code>uint64 total_polls = 1;</code>
protected
mixed
$total_polls
= 0
$total_running
Generated from protobuf field <code>uint64 total_running = 2;</code>
protected
mixed
$total_running
= 0
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|string $total_polls @type int|string $total_running}
getTotalPolls()
Generated from protobuf field <code>uint64 total_polls = 1;</code>
public
getTotalPolls() : int|string
Return values
int|stringgetTotalRunning()
Generated from protobuf field <code>uint64 total_running = 2;</code>
public
getTotalRunning() : int|string
Return values
int|stringsetTotalPolls()
Generated from protobuf field <code>uint64 total_polls = 1;</code>
public
setTotalPolls(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetTotalRunning()
Generated from protobuf field <code>uint64 total_running = 2;</code>
public
setTotalRunning(int|string $var) : $this
Parameters
- $var : int|string