Documentation

SearchLettersRequest extends Message
in package

Generated from protobuf message <code>lavoz_search.search.SearchLettersRequest</code>

Table of Contents

Properties

$created_from  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
$created_to  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
$email  : mixed
Generated from protobuf field <code>string email = 4;</code>
$lastname  : mixed
Generated from protobuf field <code>string lastname = 2;</code>
$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$phone  : mixed
Generated from protobuf field <code>string phone = 3;</code>
$title  : mixed
Generated from protobuf field <code>string title = 5;</code>
$visible  : mixed
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>

Methods

__construct()  : mixed
Constructor.
clearCreatedFrom()  : mixed
clearCreatedTo()  : mixed
getCreatedFrom()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
getCreatedTo()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
getEmail()  : string
Generated from protobuf field <code>string email = 4;</code>
getLastname()  : string
Generated from protobuf field <code>string lastname = 2;</code>
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getPhone()  : string
Generated from protobuf field <code>string phone = 3;</code>
getTitle()  : string
Generated from protobuf field <code>string title = 5;</code>
getVisible()  : int
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
hasCreatedFrom()  : mixed
hasCreatedTo()  : mixed
setCreatedFrom()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
setCreatedTo()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
setEmail()  : $this
Generated from protobuf field <code>string email = 4;</code>
setLastname()  : $this
Generated from protobuf field <code>string lastname = 2;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setPhone()  : $this
Generated from protobuf field <code>string phone = 3;</code>
setTitle()  : $this
Generated from protobuf field <code>string title = 5;</code>
setVisible()  : $this
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>

Properties

$created_from

Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>

protected mixed $created_from = null

$created_to

Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>

protected mixed $created_to = null

$email

Generated from protobuf field <code>string email = 4;</code>

protected mixed $email = ''

$lastname

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

protected mixed $lastname = ''

$name

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

protected mixed $name = ''

$phone

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

protected mixed $phone = ''

$title

Generated from protobuf field <code>string title = 5;</code>

protected mixed $title = ''

$visible

Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>

protected mixed $visible = 0

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 $lastname
@type string $phone
@type string $email
@type string $title
@type int $visible
@type \Google\Protobuf\Timestamp $created_from
@type \Google\Protobuf\Timestamp $created_to

}

getEmail()

Generated from protobuf field <code>string email = 4;</code>

public getEmail() : string
Return values
string

getLastname()

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

public getLastname() : string
Return values
string

getName()

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

public getName() : string
Return values
string

getPhone()

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

public getPhone() : string
Return values
string

getTitle()

Generated from protobuf field <code>string title = 5;</code>

public getTitle() : string
Return values
string

getVisible()

Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>

public getVisible() : int
Return values
int

setCreatedFrom()

Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>

public setCreatedFrom(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setCreatedTo()

Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>

public setCreatedTo(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setEmail()

Generated from protobuf field <code>string email = 4;</code>

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

setLastname()

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

public setLastname(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

setPhone()

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

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

setTitle()

Generated from protobuf field <code>string title = 5;</code>

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

setVisible()

Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>

public setVisible(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results