Documentation

ListReply extends Message
in package

Generated from protobuf message <code>website.app.sections.ListReply</code>

Table of Contents

Properties

$menu  : mixed
Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>

Methods

__construct()  : mixed
Constructor.
getMenu()  : RepeatedField
Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>
setMenu()  : $this
Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>

Properties

$menu

Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>

private mixed $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 array<\Website\App\Sections\MenuItem>|\Google\Protobuf\Internal\RepeatedField $menu

}

getMenu()

Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>

public getMenu() : RepeatedField
Return values
RepeatedField

setMenu()

Generated from protobuf field <code>repeated .website.app.sections.MenuItem menu = 1 [json_name = "menu"];</code>

public setMenu(array<string|int, MenuItem>|RepeatedField $var) : $this
Parameters
$var : array<string|int, MenuItem>|RepeatedField
Return values
$this

        
On this page

Search results