Documentation

DateRange extends Message
in package

Generated from protobuf message <code>couchbase.search.v1.DateRange</code>

Table of Contents

$end  : mixed
Generated from protobuf field <code>optional string end = 3;</code>
$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$start  : mixed
Generated from protobuf field <code>optional string start = 2;</code>
__construct()  : mixed
Constructor.
clearEnd()  : mixed
clearStart()  : mixed
getEnd()  : string
Generated from protobuf field <code>optional string end = 3;</code>
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getStart()  : string
Generated from protobuf field <code>optional string start = 2;</code>
hasEnd()  : mixed
hasStart()  : mixed
setEnd()  : $this
Generated from protobuf field <code>optional string end = 3;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setStart()  : $this
Generated from protobuf field <code>optional string start = 2;</code>

Properties

$end

Generated from protobuf field <code>optional string end = 3;</code>

protected mixed $end = null

$name

Generated from protobuf field <code>string name = 1;</code>

protected mixed $name = ''

$start

Generated from protobuf field <code>optional string start = 2;</code>

protected mixed $start = null

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 $name
@type string $start
@type string $end

}

Return values
mixed

clearEnd()

public clearEnd() : mixed
Return values
mixed

clearStart()

public clearStart() : mixed
Return values
mixed

getEnd()

Generated from protobuf field <code>optional string end = 3;</code>

public getEnd() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 1;</code>

public getName() : string
Return values
string

getStart()

Generated from protobuf field <code>optional string start = 2;</code>

public getStart() : string
Return values
string

hasEnd()

public hasEnd() : mixed
Return values
mixed

hasStart()

public hasStart() : mixed
Return values
mixed

setEnd()

Generated from protobuf field <code>optional string end = 3;</code>

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

setName()

Generated from protobuf field <code>string name = 1;</code>

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

setStart()

Generated from protobuf field <code>optional string start = 2;</code>

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

        

Search results