Distributor
extends Message
in package
Generated from protobuf message <code>php_bff.bff.SearchBoardsReply.Distributor</code>
Table of Contents
Properties
- $code : mixed
- Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
- $display_name : mixed
- Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
- $subtitle : mixed
- Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
- $dates : mixed
- Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
Methods
- __construct() : mixed
- Constructor.
- getCode() : string
- Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
- getDates() : RepeatedField
- Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
- getDisplayName() : string
- Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
- getSubtitle() : string
- Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
- setCode() : $this
- Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
- setDates() : $this
- Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
- setDisplayName() : $this
- Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
- setSubtitle() : $this
- Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
Properties
$code
Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
protected
mixed
$code
= ''
$display_name
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
protected
mixed
$display_name
= ''
$subtitle
Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
protected
mixed
$subtitle
= ''
$dates
Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
private
mixed
$dates
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 $display_name @type string $subtitle @type array<\Libs\Datetime\Date>|\Google\Protobuf\Internal\RepeatedField $dates @type string $code}
getCode()
Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
public
getCode() : string
Return values
stringgetDates()
Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
public
getDates() : RepeatedField
Return values
RepeatedFieldgetDisplayName()
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
public
getDisplayName() : string
Return values
stringgetSubtitle()
Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
public
getSubtitle() : string
Return values
stringsetCode()
Generated from protobuf field <code>string code = 4 [json_name = "code"];</code>
public
setCode(string $var) : $this
Parameters
- $var : string
Return values
$thissetDates()
Generated from protobuf field <code>repeated .libs.datetime.Date dates = 3 [json_name = "dates"];</code>
public
setDates(array<string|int, Date>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, Date>|RepeatedField
Return values
$thissetDisplayName()
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
public
setDisplayName(string $var) : $this
Parameters
- $var : string
Return values
$thissetSubtitle()
Generated from protobuf field <code>string subtitle = 2 [json_name = "subtitle"];</code>
public
setSubtitle(string $var) : $this
Parameters
- $var : string