SectionReply
extends Message
in package
Generated from protobuf message <code>website.web.menus.SectionReply</code>
Table of Contents
Properties
- $menu : mixed
- Rendered HTML to insert where the menu should be placed.
Methods
- __construct() : mixed
- Constructor.
- getMenu() : string
- Rendered HTML to insert where the menu should be placed.
- setMenu() : $this
- Rendered HTML to insert where the menu should be placed.
Properties
$menu
Rendered HTML to insert where the menu should be placed.
protected
mixed
$menu
= ''
Generated from protobuf field string menu = 1 [json_name = "menu"];
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 $menu Rendered HTML to insert where the menu should be placed.}
getMenu()
Rendered HTML to insert where the menu should be placed.
public
getMenu() : string
Generated from protobuf field string menu = 1 [json_name = "menu"];
Return values
stringsetMenu()
Rendered HTML to insert where the menu should be placed.
public
setMenu(string $var) : $this
Generated from protobuf field string menu = 1 [json_name = "menu"];
Parameters
- $var : string