Documentation

User extends Message
in package

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

Table of Contents

Properties

$lastname  : mixed
Generated from protobuf field <code>string lastname = 2;</code>
$name  : mixed
Generated from protobuf field <code>string name = 1;</code>

Methods

__construct()  : mixed
Constructor.
getLastname()  : string
Generated from protobuf field <code>string lastname = 2;</code>
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
setLastname()  : $this
Generated from protobuf field <code>string lastname = 2;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>

Properties

$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 = ''

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

}

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

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

        
On this page

Search results