RenderSectionRequest
extends Message
in package
Generated from protobuf message <code>php_bff.bff.RenderSectionRequest</code>
Table of Contents
Properties
- $name : mixed
- Identificador de la sección. Formato: sections/{code}
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Identificador de la sección. Formato: sections/{code}
- setName() : $this
- Identificador de la sección. Formato: sections/{code}
Properties
$name
Identificador de la sección. Formato: sections/{code}
protected
mixed
$name
= ''
Generated from protobuf field string name = 1;
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 Identificador de la sección. Formato: sections/{code}}
getName()
Identificador de la sección. Formato: sections/{code}
public
getName() : string
Generated from protobuf field string name = 1;
Return values
stringsetName()
Identificador de la sección. Formato: sections/{code}
public
setName(string $var) : $this
Generated from protobuf field string name = 1;
Parameters
- $var : string