RealtimePlayer
extends Message
in package
Generated from protobuf message <code>website.admin.realtime_players.RealtimePlayer</code>
Table of Contents
Properties
- $create_time : mixed
- Output only.
- $default_position : mixed
- Posición por defecto que ocupa un jugador en los partidos.
- $delete_time : mixed
- Fecha en la que se elimina un jugador.
- $id : mixed
- Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
- $image : mixed
- Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
- $lastname : mixed
- Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
- $name : mixed
- Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
- $number : mixed
- Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
- $team : mixed
- Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
Methods
- __construct() : mixed
- Constructor.
- clearCreateTime() : mixed
- clearDeleteTime() : mixed
- getCreateTime() : Timestamp|null
- Output only.
- getDefaultPosition() : string
- Posición por defecto que ocupa un jugador en los partidos.
- getDeleteTime() : Timestamp|null
- Fecha en la que se elimina un jugador.
- getId() : string
- Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
- getImage() : string
- Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
- getLastname() : string
- Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
- getName() : string
- Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
- getNumber() : int|string
- Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
- getTeam() : string
- Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
- hasCreateTime() : mixed
- hasDeleteTime() : mixed
- setCreateTime() : $this
- Output only.
- setDefaultPosition() : $this
- Posición por defecto que ocupa un jugador en los partidos.
- setDeleteTime() : $this
- Fecha en la que se elimina un jugador.
- setId() : $this
- Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
- setImage() : $this
- Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
- setLastname() : $this
- Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
- setName() : $this
- Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
- setNumber() : $this
- Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
- setTeam() : $this
- Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
Properties
$create_time
Output only.
protected
mixed
$create_time
= null
Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [json_name = "createTime"];
$default_position
Posición por defecto que ocupa un jugador en los partidos.
protected
mixed
$default_position
= ''
Generated from protobuf field string default_position = 8 [json_name = "defaultPosition"];
$delete_time
Fecha en la que se elimina un jugador.
protected
mixed
$delete_time
= null
Generated from protobuf field .google.protobuf.Timestamp delete_time = 9 [json_name = "deleteTime"];
$id
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
protected
mixed
$id
= ''
$image
Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
protected
mixed
$image
= ''
$lastname
Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
protected
mixed
$lastname
= ''
$name
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
protected
mixed
$name
= ''
$number
Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
protected
mixed
$number
= 0
$team
Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
protected
mixed
$team
= ''
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 string $name @type string $lastname @type string $image @type string $team @type int|string $number @type \Google\Protobuf\Timestamp $create_time Output only. @type string $default_position Posición por defecto que ocupa un jugador en los partidos. @type \Google\Protobuf\Timestamp $delete_time Fecha en la que se elimina un jugador.}
clearCreateTime()
public
clearCreateTime() : mixed
clearDeleteTime()
public
clearDeleteTime() : mixed
getCreateTime()
Output only.
public
getCreateTime() : Timestamp|null
Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [json_name = "createTime"];
Return values
Timestamp|nullgetDefaultPosition()
Posición por defecto que ocupa un jugador en los partidos.
public
getDefaultPosition() : string
Generated from protobuf field string default_position = 8 [json_name = "defaultPosition"];
Return values
stringgetDeleteTime()
Fecha en la que se elimina un jugador.
public
getDeleteTime() : Timestamp|null
Generated from protobuf field .google.protobuf.Timestamp delete_time = 9 [json_name = "deleteTime"];
Return values
Timestamp|nullgetId()
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
public
getId() : string
Return values
stringgetImage()
Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
public
getImage() : string
Return values
stringgetLastname()
Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
public
getLastname() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
public
getName() : string
Return values
stringgetNumber()
Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
public
getNumber() : int|string
Return values
int|stringgetTeam()
Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
public
getTeam() : string
Return values
stringhasCreateTime()
public
hasCreateTime() : mixed
hasDeleteTime()
public
hasDeleteTime() : mixed
setCreateTime()
Output only.
public
setCreateTime(Timestamp $var) : $this
Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [json_name = "createTime"];
Parameters
- $var : Timestamp
Return values
$thissetDefaultPosition()
Posición por defecto que ocupa un jugador en los partidos.
public
setDefaultPosition(string $var) : $this
Generated from protobuf field string default_position = 8 [json_name = "defaultPosition"];
Parameters
- $var : string
Return values
$thissetDeleteTime()
Fecha en la que se elimina un jugador.
public
setDeleteTime(Timestamp $var) : $this
Generated from protobuf field .google.protobuf.Timestamp delete_time = 9 [json_name = "deleteTime"];
Parameters
- $var : Timestamp
Return values
$thissetId()
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetImage()
Generated from protobuf field <code>string image = 4 [json_name = "image"];</code>
public
setImage(string $var) : $this
Parameters
- $var : string
Return values
$thissetLastname()
Generated from protobuf field <code>string lastname = 3 [json_name = "lastname"];</code>
public
setLastname(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetNumber()
Generated from protobuf field <code>int64 number = 6 [json_name = "number"];</code>
public
setNumber(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetTeam()
Generated from protobuf field <code>string team = 5 [json_name = "team"];</code>
public
setTeam(string $var) : $this
Parameters
- $var : string