Documentation

AnalyticsEventValue extends Message
in package

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

Table of Contents

Properties

$time  : mixed
Generated from protobuf field <code>int64 time = 1;</code>
$value  : mixed
Generated from protobuf field <code>string value = 2;</code>

Methods

__construct()  : mixed
Constructor.
getTime()  : int|string
Generated from protobuf field <code>int64 time = 1;</code>
getValue()  : string
Generated from protobuf field <code>string value = 2;</code>
setTime()  : $this
Generated from protobuf field <code>int64 time = 1;</code>
setValue()  : $this
Generated from protobuf field <code>string value = 2;</code>

Properties

$time

Generated from protobuf field <code>int64 time = 1;</code>

protected mixed $time = 0

$value

Generated from protobuf field <code>string value = 2;</code>

protected mixed $value = ''

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 int|string $time
@type string $value

}

getTime()

Generated from protobuf field <code>int64 time = 1;</code>

public getTime() : int|string
Return values
int|string

getValue()

Generated from protobuf field <code>string value = 2;</code>

public getValue() : string
Return values
string

setTime()

Generated from protobuf field <code>int64 time = 1;</code>

public setTime(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setValue()

Generated from protobuf field <code>string value = 2;</code>

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

        
On this page

Search results