PollsFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.PollsFeatures</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>
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>
- 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>
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
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}
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
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