Documentation

Player extends Message
in package

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

Table of Contents

Properties

$id  : mixed
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
$playing  : mixed
Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>
$position_id  : mixed
Identificador de la posición del jugador.

Methods

__construct()  : mixed
Constructor.
getId()  : string
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
getPlaying()  : bool
Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>
getPositionId()  : string
Identificador de la posición del jugador.
setId()  : $this
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
setPlaying()  : $this
Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>
setPositionId()  : $this
Identificador de la posición del jugador.

Properties

$id

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

protected mixed $id = ''

$playing

Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>

protected mixed $playing = false

$position_id

Identificador de la posición del jugador.

protected mixed $position_id = ''

Generated from protobuf field string position_id = 5 [json_name = "positionId"];

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 $id
@type bool $playing
@type string $position_id
      Identificador de la posición del jugador.

}

getId()

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

public getId() : string
Return values
string

getPlaying()

Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>

public getPlaying() : bool
Return values
bool

getPositionId()

Identificador de la posición del jugador.

public getPositionId() : string

Generated from protobuf field string position_id = 5 [json_name = "positionId"];

Return values
string

setId()

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

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setPlaying()

Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>

public setPlaying(bool $var) : $this
Parameters
$var : bool
Return values
$this

setPositionId()

Identificador de la posición del jugador.

public setPositionId(string $var) : $this

Generated from protobuf field string position_id = 5 [json_name = "positionId"];

Parameters
$var : string
Return values
$this

        
On this page

Search results