Documentation

GetBoardRequest extends Message
in package

Generated from protobuf message <code>php_bff.bff.GetBoardRequest</code>

Table of Contents

Properties

$date  : mixed
Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>
$distributor_code  : mixed
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>

Methods

__construct()  : mixed
Constructor.
clearDate()  : mixed
getDate()  : Date|null
Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>
getDistributorCode()  : string
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>
hasDate()  : mixed
setDate()  : $this
Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>
setDistributorCode()  : $this
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>

Properties

$date

Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>

protected mixed $date = null

$distributor_code

Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>

protected mixed $distributor_code = ''

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 $distributor_code
@type \Libs\Datetime\Date $date

}

getDate()

Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>

public getDate() : Date|null
Return values
Date|null

getDistributorCode()

Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>

public getDistributorCode() : string
Return values
string

setDate()

Generated from protobuf field <code>.libs.datetime.Date date = 2 [json_name = "date"];</code>

public setDate(Date $var) : $this
Parameters
$var : Date
Return values
$this

setDistributorCode()

Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>

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

        
On this page

Search results