Teams
extends Message
in package
Generated from protobuf message <code>website.admin.realtime_segments.Teams</code>
Table of Contents
Properties
- $local : mixed
- Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
- $visitor : mixed
- Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
Methods
- __construct() : mixed
- Constructor.
- clearLocal() : mixed
- clearVisitor() : mixed
- getLocal() : Team|null
- Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
- getVisitor() : Team|null
- Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
- hasLocal() : mixed
- hasVisitor() : mixed
- setLocal() : $this
- Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
- setVisitor() : $this
- Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
Properties
$local
Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
protected
mixed
$local
= null
$visitor
Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
protected
mixed
$visitor
= null
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 \Website\Admin\RealtimeSegments\Team $local @type \Website\Admin\RealtimeSegments\Team $visitor}
clearLocal()
public
clearLocal() : mixed
clearVisitor()
public
clearVisitor() : mixed
getLocal()
Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
public
getLocal() : Team|null
Return values
Team|nullgetVisitor()
Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
public
getVisitor() : Team|null
Return values
Team|nullhasLocal()
public
hasLocal() : mixed
hasVisitor()
public
hasVisitor() : mixed
setLocal()
Generated from protobuf field <code>.website.admin.realtime_segments.Team local = 1 [json_name = "local"];</code>
public
setLocal(Team $var) : $this
Parameters
- $var : Team
Return values
$thissetVisitor()
Generated from protobuf field <code>.website.admin.realtime_segments.Team visitor = 2 [json_name = "visitor"];</code>
public
setVisitor(Team $var) : $this
Parameters
- $var : Team