Documentation

DisplayExternalLinkFeatures extends Message
in package

Generated from protobuf message <code>plugnmeet.DisplayExternalLinkFeatures</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>
$link  : mixed
Generated from protobuf field <code>optional string link = 3;</code>
$shared_by  : mixed
Generated from protobuf field <code>optional string shared_by = 4;</code>

Methods

__construct()  : mixed
Constructor.
clearLink()  : mixed
clearSharedBy()  : 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>
getLink()  : string
Generated from protobuf field <code>optional string link = 3;</code>
getSharedBy()  : string
Generated from protobuf field <code>optional string shared_by = 4;</code>
hasLink()  : mixed
hasSharedBy()  : 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>
setLink()  : $this
Generated from protobuf field <code>optional string link = 3;</code>
setSharedBy()  : $this
Generated from protobuf field <code>optional string shared_by = 4;</code>

Properties

$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 = 4;</code>

protected mixed $shared_by = 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 $link
@type string $shared_by

}

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 = 1;</code>

public getIsAllow() : bool
Return values
bool

Generated from protobuf field <code>optional string link = 3;</code>

public getLink() : string
Return values
string

getSharedBy()

Generated from protobuf field <code>optional string shared_by = 4;</code>

public getSharedBy() : string
Return values
string

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 = 1;</code>

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

Generated from protobuf field <code>optional string link = 3;</code>

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

setSharedBy()

Generated from protobuf field <code>optional string shared_by = 4;</code>

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

        
On this page

Search results