Documentation

SearchBoardsRequest extends Message
in package

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

Table of Contents

Properties

$distributor_code  : mixed
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>
$end_date  : mixed
Fecha de fin inclusive. Puede ir vacía.
$start_date  : mixed
Fecha de inicio inclusive. Puede ir vacía.

Methods

__construct()  : mixed
Constructor.
clearEndDate()  : mixed
clearStartDate()  : mixed
getDistributorCode()  : string
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>
getEndDate()  : Date|null
Fecha de fin inclusive. Puede ir vacía.
getStartDate()  : Date|null
Fecha de inicio inclusive. Puede ir vacía.
hasEndDate()  : mixed
hasStartDate()  : mixed
setDistributorCode()  : $this
Generated from protobuf field <code>string distributor_code = 1 [json_name = "distributorCode"];</code>
setEndDate()  : $this
Fecha de fin inclusive. Puede ir vacía.
setStartDate()  : $this
Fecha de inicio inclusive. Puede ir vacía.

Properties

$distributor_code

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

protected mixed $distributor_code = ''

$end_date

Fecha de fin inclusive. Puede ir vacía.

protected mixed $end_date = null

Generated from protobuf field .libs.datetime.Date end_date = 3 [json_name = "endDate"];

$start_date

Fecha de inicio inclusive. Puede ir vacía.

protected mixed $start_date = null

Generated from protobuf field .libs.datetime.Date start_date = 2 [json_name = "startDate"];

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 $start_date
      Fecha de inicio inclusive. Puede ir vacía.
@type \Libs\Datetime\Date $end_date
      Fecha de fin inclusive. Puede ir vacía.

}

getDistributorCode()

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

public getDistributorCode() : string
Return values
string

getEndDate()

Fecha de fin inclusive. Puede ir vacía.

public getEndDate() : Date|null

Generated from protobuf field .libs.datetime.Date end_date = 3 [json_name = "endDate"];

Return values
Date|null

getStartDate()

Fecha de inicio inclusive. Puede ir vacía.

public getStartDate() : Date|null

Generated from protobuf field .libs.datetime.Date start_date = 2 [json_name = "startDate"];

Return values
Date|null

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

setEndDate()

Fecha de fin inclusive. Puede ir vacía.

public setEndDate(Date $var) : $this

Generated from protobuf field .libs.datetime.Date end_date = 3 [json_name = "endDate"];

Parameters
$var : Date
Return values
$this

setStartDate()

Fecha de inicio inclusive. Puede ir vacía.

public setStartDate(Date $var) : $this

Generated from protobuf field .libs.datetime.Date start_date = 2 [json_name = "startDate"];

Parameters
$var : Date
Return values
$this

        
On this page

Search results