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}
clearExtraData()
public
clearExtraData() : mixed
clearExUserId()
public
clearExUserId() : mixed
getEvents()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>
public
getEvents() : RepeatedField<string|int, AnalyticsEventData>
Return values
RepeatedField<string|int, AnalyticsEventData>getExtraData()
Generated from protobuf field <code>optional string extra_data = 4;</code>
public
getExtraData() : string
Return values
stringgetExUserId()
Generated from protobuf field <code>optional string ex_user_id = 5;</code>
public
getExUserId() : string
Return values
stringgetIsAdmin()
Generated from protobuf field <code>bool is_admin = 3;</code>
public
getIsAdmin() : bool
Return values
boolgetName()
Generated from protobuf field <code>string name = 2;</code>
public
getName() : string
Return values
stringgetUserId()
Generated from protobuf field <code>string user_id = 1;</code>
public
getUserId() : string
Return values
stringhasExtraData()
public
hasExtraData() : mixed
hasExUserId()
public
hasExUserId() : mixed
setEvents()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventData events = 6;</code>
public
setEvents(array<string|int, AnalyticsEventData> $var) : $this
Parameters
- $var : array<string|int, AnalyticsEventData>
Return values
$thissetExtraData()
Generated from protobuf field <code>optional string extra_data = 4;</code>
public
setExtraData(string $var) : $this
Parameters
- $var : string
Return values
$thissetExUserId()
Generated from protobuf field <code>optional string ex_user_id = 5;</code>
public
setExUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetIsAdmin()
Generated from protobuf field <code>bool is_admin = 3;</code>
public
setIsAdmin(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetName()
Generated from protobuf field <code>string name = 2;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetUserId()
Generated from protobuf field <code>string user_id = 1;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string