Documentation

BroadcastToRoomNotificationMsg extends Message
in package

Generated from protobuf message <code>plugnmeet.BroadcastToRoomNotificationMsg</code>

Table of Contents

Properties

$text  : mixed
Generated from protobuf field <code>string text = 1 [(.buf.validate.field) = {</code>
$type  : mixed
Generated from protobuf field <code>.plugnmeet.NatsSystemNotificationTypes type = 2;</code>
$with_sound  : mixed
Generated from protobuf field <code>bool with_sound = 3;</code>

Methods

__construct()  : mixed
Constructor.
getText()  : string
Generated from protobuf field <code>string text = 1 [(.buf.validate.field) = {</code>
getType()  : int
Generated from protobuf field <code>.plugnmeet.NatsSystemNotificationTypes type = 2;</code>
getWithSound()  : bool
Generated from protobuf field <code>bool with_sound = 3;</code>
setText()  : $this
Generated from protobuf field <code>string text = 1 [(.buf.validate.field) = {</code>
setType()  : $this
Generated from protobuf field <code>.plugnmeet.NatsSystemNotificationTypes type = 2;</code>
setWithSound()  : $this
Generated from protobuf field <code>bool with_sound = 3;</code>

Properties

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 string $text
@type int $type
@type bool $with_sound

}

getText()

Generated from protobuf field <code>string text = 1 [(.buf.validate.field) = {</code>

public getText() : string
Return values
string

getType()

Generated from protobuf field <code>.plugnmeet.NatsSystemNotificationTypes type = 2;</code>

public getType() : int
Return values
int

setText()

Generated from protobuf field <code>string text = 1 [(.buf.validate.field) = {</code>

public setText(string $var) : $this
Parameters
$var : string
Return values
$this

setType()

Generated from protobuf field <code>.plugnmeet.NatsSystemNotificationTypes type = 2;</code>

public setType(int $var) : $this
Parameters
$var : int
Return values
$this

setWithSound()

Generated from protobuf field <code>bool with_sound = 3;</code>

public setWithSound(bool $var) : $this
Parameters
$var : bool
Return values
$this
On this page

Search results