Documentation

ExternalMediaPlayerFeatures extends Message
in package

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

Table of Contents

Properties

$allowed_external_media_player  : mixed
Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>
$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 = 5;</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.
clearAllowedExternalMediaPlayer()  : mixed
clearSharedBy()  : mixed
clearUrl()  : mixed
getAllowedExternalMediaPlayer()  : bool
Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>
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 = 5;</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>
hasAllowedExternalMediaPlayer()  : mixed
hasSharedBy()  : mixed
hasUrl()  : mixed
setAllowedExternalMediaPlayer()  : $this
Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>
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 = 5;</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

$allowed_external_media_player

Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>

protected mixed $allowed_external_media_player = null

$is_active

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

protected mixed $is_active = 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 $allowed_external_media_player
@type bool $is_allow
@type bool $is_active
@type string $shared_by
@type string $url

}

getAllowedExternalMediaPlayer()

Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>

public getAllowedExternalMediaPlayer() : bool
Return values
bool

getIsActive()

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

public getIsActive() : bool
Return values
bool

getIsAllow()

Generated from protobuf field <code>bool is_allow = 5;</code>

public getIsAllow() : bool
Return values
bool

getSharedBy()

Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>

public getSharedBy() : string
Return values
string

getUrl()

Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>

public getUrl() : string
Return values
string

setAllowedExternalMediaPlayer()

Generated from protobuf field <code>optional bool allowed_external_media_player = 1 [deprecated = true];</code>

public setAllowedExternalMediaPlayer(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsActive()

Generated from protobuf field <code>bool is_active = 2 [(.buf.validate.field) = {</code>

public setIsActive(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsAllow()

Generated from protobuf field <code>bool is_allow = 5;</code>

public setIsAllow(bool $var) : $this
Parameters
$var : bool
Return values
$this

setSharedBy()

Generated from protobuf field <code>optional string shared_by = 3 [(.buf.validate.field) = {</code>

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

setUrl()

Generated from protobuf field <code>optional string url = 4 [(.buf.validate.field) = {</code>

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

        
On this page

Search results