Documentation

AnalyticsEventData extends Message
in package

Generated from protobuf message <code>plugnmeet.AnalyticsEventData</code>

Table of Contents

Properties

$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$total  : mixed
Generated from protobuf field <code>uint32 total = 2;</code>
$values  : mixed
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>

Methods

__construct()  : mixed
Constructor.
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getTotal()  : int
Generated from protobuf field <code>uint32 total = 2;</code>
getValues()  : RepeatedField<string|int, AnalyticsEventValue>
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setTotal()  : $this
Generated from protobuf field <code>uint32 total = 2;</code>
setValues()  : $this
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>

Properties

$name

Generated from protobuf field <code>string name = 1;</code>

protected mixed $name = ''

$total

Generated from protobuf field <code>uint32 total = 2;</code>

protected mixed $total = 0

$values

Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>

private mixed $values

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 $name
@type int $total
@type \Mynaparrot\PlugnmeetProto\AnalyticsEventValue[] $values

}

getName()

Generated from protobuf field <code>string name = 1;</code>

public getName() : string
Return values
string

getTotal()

Generated from protobuf field <code>uint32 total = 2;</code>

public getTotal() : int
Return values
int

setName()

Generated from protobuf field <code>string name = 1;</code>

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

setTotal()

Generated from protobuf field <code>uint32 total = 2;</code>

public setTotal(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results