InsightsSupportedLangInfo
extends Message
in package
Generated from protobuf message <code>plugnmeet.InsightsSupportedLangInfo</code>
Table of Contents
Properties
- $code : mixed
- Generated from protobuf field <code>string code = 1;</code>
- $locale : mixed
- Generated from protobuf field <code>string locale = 3;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getCode() : string
- Generated from protobuf field <code>string code = 1;</code>
- getLocale() : string
- Generated from protobuf field <code>string locale = 3;</code>
- getName() : string
- Generated from protobuf field <code>string name = 2;</code>
- setCode() : $this
- Generated from protobuf field <code>string code = 1;</code>
- setLocale() : $this
- Generated from protobuf field <code>string locale = 3;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 2;</code>
Properties
$code
Generated from protobuf field <code>string code = 1;</code>
protected
mixed
$code
= ''
$locale
Generated from protobuf field <code>string locale = 3;</code>
protected
mixed
$locale
= ''
$name
Generated from protobuf field <code>string name = 2;</code>
protected
mixed
$name
= ''
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 $code @type string $name @type string $locale}
getCode()
Generated from protobuf field <code>string code = 1;</code>
public
getCode() : string
Return values
stringgetLocale()
Generated from protobuf field <code>string locale = 3;</code>
public
getLocale() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 2;</code>
public
getName() : string
Return values
stringsetCode()
Generated from protobuf field <code>string code = 1;</code>
public
setCode(string $var) : $this
Parameters
- $var : string
Return values
$thissetLocale()
Generated from protobuf field <code>string locale = 3;</code>
public
setLocale(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 2;</code>
public
setName(string $var) : $this
Parameters
- $var : string