RecordingSubtitle
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecordingSubtitle</code>
Table of Contents
Properties
- $label : mixed
- Generated from protobuf field <code>string label = 1;</code>
- $url : mixed
- Generated from protobuf field <code>string url = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getLabel() : string
- Generated from protobuf field <code>string label = 1;</code>
- getUrl() : string
- Generated from protobuf field <code>string url = 2;</code>
- setLabel() : $this
- Generated from protobuf field <code>string label = 1;</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 2;</code>
Properties
$label
Generated from protobuf field <code>string label = 1;</code>
protected
mixed
$label
= ''
$url
Generated from protobuf field <code>string url = 2;</code>
protected
mixed
$url
= ''
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 $label @type string $url}
getLabel()
Generated from protobuf field <code>string label = 1;</code>
public
getLabel() : string
Return values
stringgetUrl()
Generated from protobuf field <code>string url = 2;</code>
public
getUrl() : string
Return values
stringsetLabel()
Generated from protobuf field <code>string label = 1;</code>
public
setLabel(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 2;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string