Documentation

BackToMainRoomReq extends Message
in package

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

Table of Contents

Properties

$parent_room_id  : mixed
Generated from protobuf field <code>string parent_room_id = 3;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 2;</code>

Methods

__construct()  : mixed
Constructor.
getParentRoomId()  : string
Generated from protobuf field <code>string parent_room_id = 3;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 2;</code>
setParentRoomId()  : $this
Generated from protobuf field <code>string parent_room_id = 3;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 2;</code>

Properties

$parent_room_id

Generated from protobuf field <code>string parent_room_id = 3;</code>

protected mixed $parent_room_id = ''

$room_id

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

protected mixed $room_id = ''

$user_id

Generated from protobuf field <code>string user_id = 2;</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 $room_id
@type string $user_id
@type string $parent_room_id

}

getParentRoomId()

Generated from protobuf field <code>string parent_room_id = 3;</code>

public getParentRoomId() : string
Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getUserId()

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

public getUserId() : string
Return values
string

setParentRoomId()

Generated from protobuf field <code>string parent_room_id = 3;</code>

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

setRoomId()

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

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

setUserId()

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

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

Search results