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;</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;</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;</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;</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;
$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;
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.}
clearEndDate()
public
clearEndDate() : mixed
clearStartDate()
public
clearStartDate() : mixed
getDistributorCode()
Generated from protobuf field <code>string distributor_code = 1;</code>
public
getDistributorCode() : string
Return values
stringgetEndDate()
Fecha de fin inclusive. Puede ir vacía.
public
getEndDate() : Date|null
Generated from protobuf field .libs.datetime.Date end_date = 3;
Return values
Date|nullgetStartDate()
Fecha de inicio inclusive. Puede ir vacía.
public
getStartDate() : Date|null
Generated from protobuf field .libs.datetime.Date start_date = 2;
Return values
Date|nullhasEndDate()
public
hasEndDate() : mixed
hasStartDate()
public
hasStartDate() : mixed
setDistributorCode()
Generated from protobuf field <code>string distributor_code = 1;</code>
public
setDistributorCode(string $var) : $this
Parameters
- $var : string
Return values
$thissetEndDate()
Fecha de fin inclusive. Puede ir vacía.
public
setEndDate(Date $var) : $this
Generated from protobuf field .libs.datetime.Date end_date = 3;
Parameters
- $var : Date
Return values
$thissetStartDate()
Fecha de inicio inclusive. Puede ir vacía.
public
setStartDate(Date $var) : $this
Generated from protobuf field .libs.datetime.Date start_date = 2;
Parameters
- $var : Date