NatsSubjects
extends Message
in package
Generated from protobuf message <code>plugnmeet.NatsSubjects</code>
Table of Contents
Properties
- $chat : mixed
- Generated from protobuf field <code>string chat = 5;</code>
- $data_channel : mixed
- Generated from protobuf field <code>string data_channel = 7;</code>
- $system_api_worker : mixed
- Generated from protobuf field <code>string system_api_worker = 1;</code>
- $system_js_worker : mixed
- Generated from protobuf field <code>string system_js_worker = 2;</code>
- $system_private : mixed
- Generated from protobuf field <code>string system_private = 4;</code>
- $system_public : mixed
- Generated from protobuf field <code>string system_public = 3;</code>
- $whiteboard : mixed
- Generated from protobuf field <code>string whiteboard = 6;</code>
Methods
- __construct() : mixed
- Constructor.
- getChat() : string
- Generated from protobuf field <code>string chat = 5;</code>
- getDataChannel() : string
- Generated from protobuf field <code>string data_channel = 7;</code>
- getSystemApiWorker() : string
- Generated from protobuf field <code>string system_api_worker = 1;</code>
- getSystemJsWorker() : string
- Generated from protobuf field <code>string system_js_worker = 2;</code>
- getSystemPrivate() : string
- Generated from protobuf field <code>string system_private = 4;</code>
- getSystemPublic() : string
- Generated from protobuf field <code>string system_public = 3;</code>
- getWhiteboard() : string
- Generated from protobuf field <code>string whiteboard = 6;</code>
- setChat() : $this
- Generated from protobuf field <code>string chat = 5;</code>
- setDataChannel() : $this
- Generated from protobuf field <code>string data_channel = 7;</code>
- setSystemApiWorker() : $this
- Generated from protobuf field <code>string system_api_worker = 1;</code>
- setSystemJsWorker() : $this
- Generated from protobuf field <code>string system_js_worker = 2;</code>
- setSystemPrivate() : $this
- Generated from protobuf field <code>string system_private = 4;</code>
- setSystemPublic() : $this
- Generated from protobuf field <code>string system_public = 3;</code>
- setWhiteboard() : $this
- Generated from protobuf field <code>string whiteboard = 6;</code>
Properties
$chat
Generated from protobuf field <code>string chat = 5;</code>
protected
mixed
$chat
= ''
$data_channel
Generated from protobuf field <code>string data_channel = 7;</code>
protected
mixed
$data_channel
= ''
$system_api_worker
Generated from protobuf field <code>string system_api_worker = 1;</code>
protected
mixed
$system_api_worker
= ''
$system_js_worker
Generated from protobuf field <code>string system_js_worker = 2;</code>
protected
mixed
$system_js_worker
= ''
$system_private
Generated from protobuf field <code>string system_private = 4;</code>
protected
mixed
$system_private
= ''
$system_public
Generated from protobuf field <code>string system_public = 3;</code>
protected
mixed
$system_public
= ''
$whiteboard
Generated from protobuf field <code>string whiteboard = 6;</code>
protected
mixed
$whiteboard
= ''
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 $system_api_worker @type string $system_js_worker @type string $system_public @type string $system_private @type string $chat @type string $whiteboard @type string $data_channel}
getChat()
Generated from protobuf field <code>string chat = 5;</code>
public
getChat() : string
Return values
stringgetDataChannel()
Generated from protobuf field <code>string data_channel = 7;</code>
public
getDataChannel() : string
Return values
stringgetSystemApiWorker()
Generated from protobuf field <code>string system_api_worker = 1;</code>
public
getSystemApiWorker() : string
Return values
stringgetSystemJsWorker()
Generated from protobuf field <code>string system_js_worker = 2;</code>
public
getSystemJsWorker() : string
Return values
stringgetSystemPrivate()
Generated from protobuf field <code>string system_private = 4;</code>
public
getSystemPrivate() : string
Return values
stringgetSystemPublic()
Generated from protobuf field <code>string system_public = 3;</code>
public
getSystemPublic() : string
Return values
stringgetWhiteboard()
Generated from protobuf field <code>string whiteboard = 6;</code>
public
getWhiteboard() : string
Return values
stringsetChat()
Generated from protobuf field <code>string chat = 5;</code>
public
setChat(string $var) : $this
Parameters
- $var : string
Return values
$thissetDataChannel()
Generated from protobuf field <code>string data_channel = 7;</code>
public
setDataChannel(string $var) : $this
Parameters
- $var : string
Return values
$thissetSystemApiWorker()
Generated from protobuf field <code>string system_api_worker = 1;</code>
public
setSystemApiWorker(string $var) : $this
Parameters
- $var : string
Return values
$thissetSystemJsWorker()
Generated from protobuf field <code>string system_js_worker = 2;</code>
public
setSystemJsWorker(string $var) : $this
Parameters
- $var : string
Return values
$thissetSystemPrivate()
Generated from protobuf field <code>string system_private = 4;</code>
public
setSystemPrivate(string $var) : $this
Parameters
- $var : string
Return values
$thissetSystemPublic()
Generated from protobuf field <code>string system_public = 3;</code>
public
setSystemPublic(string $var) : $this
Parameters
- $var : string
Return values
$thissetWhiteboard()
Generated from protobuf field <code>string whiteboard = 6;</code>
public
setWhiteboard(string $var) : $this
Parameters
- $var : string