BreakoutRoomFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.BreakoutRoomFeatures</code>
Table of Contents
Properties
- $allowed_number_rooms : mixed
- Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</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 = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getAllowedNumberRooms() : int
- Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</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 = 1;</code>
- setAllowedNumberRooms() : $this
- Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</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
$allowed_number_rooms
Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</code>
protected
mixed
$allowed_number_rooms
= 0
$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 @type int $allowed_number_rooms}
getAllowedNumberRooms()
Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</code>
public
getAllowedNumberRooms() : int
Return values
intgetIsActive()
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
boolsetAllowedNumberRooms()
Generated from protobuf field <code>uint32 allowed_number_rooms = 3;</code>
public
setAllowedNumberRooms(int $var) : $this
Parameters
- $var : int
Return values
$thissetIsActive()
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