Documentation

RoomArtifactUserInfo extends Message
in package

UserInfo contains details about the user associated with an artifact.

Generated from protobuf message plugnmeet.RoomArtifactUserInfo

Table of Contents

Properties

$name  : mixed
Generated from protobuf field <code>optional string name = 2;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearName()  : mixed
getName()  : string
Generated from protobuf field <code>optional string name = 2;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 1;</code>
hasName()  : mixed
setName()  : $this
Generated from protobuf field <code>optional string name = 2;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 1;</code>

Properties

$name

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

protected mixed $name = null

$user_id

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

protected mixed $user_id = ''

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

}

getName()

Generated from protobuf field <code>optional 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

setName()

Generated from protobuf field <code>optional 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