WaitingRoomFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.WaitingRoomFeatures</code>
Table of Contents
Properties
- $is_active : mixed
- Generated from protobuf field <code>bool is_active = 1;</code>
- $waiting_room_msg : mixed
- Generated from protobuf field <code>string waiting_room_msg = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getIsActive() : bool
- Generated from protobuf field <code>bool is_active = 1;</code>
- getWaitingRoomMsg() : string
- Generated from protobuf field <code>string waiting_room_msg = 2;</code>
- setIsActive() : $this
- Generated from protobuf field <code>bool is_active = 1;</code>
- setWaitingRoomMsg() : $this
- Generated from protobuf field <code>string waiting_room_msg = 2;</code>
Properties
$is_active
Generated from protobuf field <code>bool is_active = 1;</code>
protected
mixed
$is_active
= false
$waiting_room_msg
Generated from protobuf field <code>string waiting_room_msg = 2;</code>
protected
mixed
$waiting_room_msg
= ''
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_active @type string $waiting_room_msg}
getIsActive()
Generated from protobuf field <code>bool is_active = 1;</code>
public
getIsActive() : bool
Return values
boolgetWaitingRoomMsg()
Generated from protobuf field <code>string waiting_room_msg = 2;</code>
public
getWaitingRoomMsg() : string
Return values
stringsetIsActive()
Generated from protobuf field <code>bool is_active = 1;</code>
public
setIsActive(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetWaitingRoomMsg()
Generated from protobuf field <code>string waiting_room_msg = 2;</code>
public
setWaitingRoomMsg(string $var) : $this
Parameters
- $var : string