ExternalMediaPlayerFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.ExternalMediaPlayerFeatures</code>
Table of Contents
Properties
- $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>
- $shared_by : mixed
- Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
- $url : mixed
- Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- clearSharedBy() : mixed
- clearUrl() : mixed
- 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>
- getSharedBy() : string
- Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
- getUrl() : string
- Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
- hasSharedBy() : mixed
- hasUrl() : mixed
- 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>
- setSharedBy() : $this
- Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
- setUrl() : $this
- Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
Properties
$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
$shared_by
Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
protected
mixed
$shared_by
= null
$url
Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
protected
mixed
$url
= null
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 string $shared_by @type string $url}
clearSharedBy()
public
clearSharedBy() : mixed
clearUrl()
public
clearUrl() : mixed
getIsActive()
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
boolgetSharedBy()
Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
public
getSharedBy() : string
Return values
stringgetUrl()
Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
public
getUrl() : string
Return values
stringhasSharedBy()
public
hasSharedBy() : mixed
hasUrl()
public
hasUrl() : mixed
setIsActive()
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
Return values
$thissetSharedBy()
Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>
public
setSharedBy(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>
public
setUrl(string $var) : $this
Parameters
- $var : string