Documentation

SearchRequest extends Message
in package

Generated from protobuf message <code>website.admin.realtime_players.SearchRequest</code>

Table of Contents

Properties

$show_deleted  : mixed
Indica si se muestran los jugadores eliminados.
$team  : mixed
Generated from protobuf field <code>string team = 4 [json_name = "team"];</code>

Methods

__construct()  : mixed
Constructor.
getShowDeleted()  : bool
Indica si se muestran los jugadores eliminados.
getTeam()  : string
Generated from protobuf field <code>string team = 4 [json_name = "team"];</code>
setShowDeleted()  : $this
Indica si se muestran los jugadores eliminados.
setTeam()  : $this
Generated from protobuf field <code>string team = 4 [json_name = "team"];</code>

Properties

$show_deleted

Indica si se muestran los jugadores eliminados.

protected mixed $show_deleted = false

Generated from protobuf field bool show_deleted = 5 [json_name = "showDeleted"];

$team

Generated from protobuf field <code>string team = 4 [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 $team
@type bool $show_deleted
      Indica si se muestran los jugadores eliminados.

}

getShowDeleted()

Indica si se muestran los jugadores eliminados.

public getShowDeleted() : bool

Generated from protobuf field bool show_deleted = 5 [json_name = "showDeleted"];

Return values
bool

getTeam()

Generated from protobuf field <code>string team = 4 [json_name = "team"];</code>

public getTeam() : string
Return values
string

setShowDeleted()

Indica si se muestran los jugadores eliminados.

public setShowDeleted(bool $var) : $this

Generated from protobuf field bool show_deleted = 5 [json_name = "showDeleted"];

Parameters
$var : bool
Return values
$this

setTeam()

Generated from protobuf field <code>string team = 4 [json_name = "team"];</code>

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

        
On this page

Search results