SectionRequest
extends Message
in package
Generated from protobuf message <code>website.web.menus.SectionRequest</code>
Table of Contents
Properties
- $name : mixed
- Name of the section to fetch.
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Name of the section to fetch.
- setName() : $this
- Name of the section to fetch.
Properties
$name
Name of the section to fetch.
protected
mixed
$name
= ''
Generated from protobuf field string name = 1 [json_name = "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 Name of the section to fetch.}
getName()
Name of the section to fetch.
public
getName() : string
Generated from protobuf field string name = 1 [json_name = "name"];
Return values
stringsetName()
Name of the section to fetch.
public
setName(string $var) : $this
Generated from protobuf field string name = 1 [json_name = "name"];
Parameters
- $var : string