Documentation

Type extends Message
in package

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

Table of Contents

Properties

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

Methods

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

Properties

$code

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

protected mixed $code = ''

$name

Generated from protobuf field <code>string name = 2;</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 $code
@type string $name

}

getCode()

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

public getCode() : string
Return values
string

getName()

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

public getName() : string
Return values
string

setCode()

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

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

setName()

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

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

        
On this page

Search results