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
stringgetPlaying()
Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>
public
getPlaying() : bool
Return values
boolgetPositionId()
Identificador de la posición del jugador.
public
getPositionId() : string
Generated from protobuf field string position_id = 5 [json_name = "positionId"];
Return values
stringsetId()
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetPlaying()
Generated from protobuf field <code>bool playing = 2 [json_name = "playing"];</code>
public
setPlaying(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetPositionId()
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