CopyrightConf
extends Message
in package
Generated from protobuf message <code>plugnmeet.CopyrightConf</code>
Table of Contents
Properties
- $display : mixed
- Generated from protobuf field <code>bool display = 1;</code>
- $text : mixed
- Generated from protobuf field <code>string text = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getDisplay() : bool
- Generated from protobuf field <code>bool display = 1;</code>
- getText() : string
- Generated from protobuf field <code>string text = 3;</code>
- setDisplay() : $this
- Generated from protobuf field <code>bool display = 1;</code>
- setText() : $this
- Generated from protobuf field <code>string text = 3;</code>
Properties
$display
Generated from protobuf field <code>bool display = 1;</code>
protected
mixed
$display
= false
$text
Generated from protobuf field <code>string text = 3;</code>
protected
mixed
$text
= ''
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 $display @type string $text}
getDisplay()
Generated from protobuf field <code>bool display = 1;</code>
public
getDisplay() : bool
Return values
boolgetText()
Generated from protobuf field <code>string text = 3;</code>
public
getText() : string
Return values
stringsetDisplay()
Generated from protobuf field <code>bool display = 1;</code>
public
setDisplay(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetText()
Generated from protobuf field <code>string text = 3;</code>
public
setText(string $var) : $this
Parameters
- $var : string