Documentation

Section extends Message
in package

Generated from protobuf message <code>website.web.realtime.Section</code>

Table of Contents

Properties

$display_name  : mixed
Display name of the section.
$name  : mixed
ID of the section.

Methods

__construct()  : mixed
Constructor.
getDisplayName()  : string
Display name of the section.
getName()  : string
ID of the section.
setDisplayName()  : $this
Display name of the section.
setName()  : $this
ID of the section.

Properties

$display_name

Display name of the section.

protected mixed $display_name = ''

Generated from protobuf field string display_name = 2 [json_name = "displayName"];

$name

ID of the section.

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
      ID of the section.
@type string $display_name
      Display name of the section.

}

getDisplayName()

Display name of the section.

public getDisplayName() : string

Generated from protobuf field string display_name = 2 [json_name = "displayName"];

Return values
string

getName()

ID of the section.

public getName() : string

Generated from protobuf field string name = 1 [json_name = "name"];

Return values
string

setDisplayName()

Display name of the section.

public setDisplayName(string $var) : $this

Generated from protobuf field string display_name = 2 [json_name = "displayName"];

Parameters
$var : string
Return values
$this

setName()

ID of the section.

public setName(string $var) : $this

Generated from protobuf field string name = 1 [json_name = "name"];

Parameters
$var : string
Return values
$this

        
On this page

Search results