Documentation

IncomingPlayers extends Message
in package

Generated from protobuf message <code>website.admin.realtime_segments.IncomingPlayers</code>

Table of Contents

Properties

$players  : mixed
Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>

Methods

__construct()  : mixed
Constructor.
getPlayers()  : RepeatedField
Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>
setPlayers()  : $this
Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>

Properties

$players

Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>

private mixed $players

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<string>|\Google\Protobuf\Internal\RepeatedField $players

}

getPlayers()

Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>

public getPlayers() : RepeatedField
Return values
RepeatedField

setPlayers()

Generated from protobuf field <code>repeated string players = 1 [json_name = "players"];</code>

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

        
On this page

Search results