GenericRequest
extends Message
in package
Generated from protobuf message <code>website.web.menus.GenericRequest</code>
Table of Contents
Properties
- $display_name : mixed
- Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
- $link : mixed
- Link of the subheader. Points to the main section page or similar.
Methods
- __construct() : mixed
- Constructor.
- getDisplayName() : string
- Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
- getLink() : string
- Link of the subheader. Points to the main section page or similar.
- setDisplayName() : $this
- Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
- setLink() : $this
- Link of the subheader. Points to the main section page or similar.
Properties
$display_name
Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
protected
mixed
$display_name
= ''
Generated from protobuf field string display_name = 1 [json_name = "displayName"];
$link
Link of the subheader. Points to the main section page or similar.
protected
mixed
$link
= ''
Generated from protobuf field string link = 2 [json_name = "link"];
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 $display_name Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed. @type string $link Link of the subheader. Points to the main section page or similar.}
getDisplayName()
Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
public
getDisplayName() : string
Generated from protobuf field string display_name = 1 [json_name = "displayName"];
Return values
stringgetLink()
Link of the subheader. Points to the main section page or similar.
public
getLink() : string
Generated from protobuf field string link = 2 [json_name = "link"];
Return values
stringsetDisplayName()
Name to display as title of the page in the navbar. If empty a generic navbar without the second titlebar will be displayed.
public
setDisplayName(string $var) : $this
Generated from protobuf field string display_name = 1 [json_name = "displayName"];
Parameters
- $var : string
Return values
$thissetLink()
Link of the subheader. Points to the main section page or similar.
public
setLink(string $var) : $this
Generated from protobuf field string link = 2 [json_name = "link"];
Parameters
- $var : string