Documentation

AnalyticsUserInfo extends Message
in package

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

Table of Contents

Properties

$ex_user_id  : mixed
Generated from protobuf field <code>optional string ex_user_id = 5;</code>
$extra_data  : mixed
Generated from protobuf field <code>optional string extra_data = 4;</code>
$is_admin  : mixed
Generated from protobuf field <code>bool is_admin = 3;</code>
$name  : mixed
Generated from protobuf field <code>string name = 2;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 1;</code>
$events  : mixed
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>

Methods

__construct()  : mixed
Constructor.
clearExtraData()  : mixed
clearExUserId()  : mixed
getEvents()  : RepeatedField<string|int, AnalyticsEventData>
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>
getExtraData()  : string
Generated from protobuf field <code>optional string extra_data = 4;</code>
getExUserId()  : string
Generated from protobuf field <code>optional string ex_user_id = 5;</code>
getIsAdmin()  : bool
Generated from protobuf field <code>bool is_admin = 3;</code>
getName()  : string
Generated from protobuf field <code>string name = 2;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 1;</code>
hasExtraData()  : mixed
hasExUserId()  : mixed
setEvents()  : $this
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>
setExtraData()  : $this
Generated from protobuf field <code>optional string extra_data = 4;</code>
setExUserId()  : $this
Generated from protobuf field <code>optional string ex_user_id = 5;</code>
setIsAdmin()  : $this
Generated from protobuf field <code>bool is_admin = 3;</code>
setName()  : $this
Generated from protobuf field <code>string name = 2;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 1;</code>

Properties

$ex_user_id

Generated from protobuf field <code>optional string ex_user_id = 5;</code>

protected mixed $ex_user_id = null

$extra_data

Generated from protobuf field <code>optional string extra_data = 4;</code>

protected mixed $extra_data = null

$is_admin

Generated from protobuf field <code>bool is_admin = 3;</code>

protected mixed $is_admin = false

$name

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

protected mixed $name = ''

$user_id

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

protected mixed $user_id = ''

$events

Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>

private mixed $events

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 $user_id
@type string $name
@type bool $is_admin
@type string $extra_data
@type string $ex_user_id
@type \Mynaparrot\PlugnmeetProto\AnalyticsEventData[] $events

}

getExtraData()

Generated from protobuf field <code>optional string extra_data = 4;</code>

public getExtraData() : string
Return values
string

getExUserId()

Generated from protobuf field <code>optional string ex_user_id = 5;</code>

public getExUserId() : string
Return values
string

getIsAdmin()

Generated from protobuf field <code>bool is_admin = 3;</code>

public getIsAdmin() : bool
Return values
bool

getName()

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

public getName() : string
Return values
string

getUserId()

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

public getUserId() : string
Return values
string

setExtraData()

Generated from protobuf field <code>optional string extra_data = 4;</code>

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

setExUserId()

Generated from protobuf field <code>optional string ex_user_id = 5;</code>

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

setIsAdmin()

Generated from protobuf field <code>bool is_admin = 3;</code>

public setIsAdmin(bool $var) : $this
Parameters
$var : bool
Return values
$this

setName()

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

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

setUserId()

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

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

        
On this page

Search results