Documentation

LtiClaims extends Message
in package

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

Table of Contents

Properties

$is_admin  : mixed
Generated from protobuf field <code>bool is_admin = 3;</code>
$lti_custom_parameters  : mixed
Generated from protobuf field <code>.plugnmeet.LtiCustomParameters lti_custom_parameters = 6;</code>
$name  : mixed
Generated from protobuf field <code>string name = 2;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 4;</code>
$room_title  : mixed
Generated from protobuf field <code>string room_title = 5;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearLtiCustomParameters()  : mixed
getIsAdmin()  : bool
Generated from protobuf field <code>bool is_admin = 3;</code>
getLtiCustomParameters()  : LtiCustomParameters|null
Generated from protobuf field <code>.plugnmeet.LtiCustomParameters lti_custom_parameters = 6;</code>
getName()  : string
Generated from protobuf field <code>string name = 2;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 4;</code>
getRoomTitle()  : string
Generated from protobuf field <code>string room_title = 5;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 1;</code>
hasLtiCustomParameters()  : mixed
setIsAdmin()  : $this
Generated from protobuf field <code>bool is_admin = 3;</code>
setLtiCustomParameters()  : $this
Generated from protobuf field <code>.plugnmeet.LtiCustomParameters lti_custom_parameters = 6;</code>
setName()  : $this
Generated from protobuf field <code>string name = 2;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 4;</code>
setRoomTitle()  : $this
Generated from protobuf field <code>string room_title = 5;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 1;</code>

Properties

$is_admin

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

protected mixed $is_admin = false

$lti_custom_parameters

Generated from protobuf field <code>.plugnmeet.LtiCustomParameters lti_custom_parameters = 6;</code>

protected mixed $lti_custom_parameters = null

$name

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

protected mixed $name = ''

$room_id

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

protected mixed $room_id = ''

$room_title

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

protected mixed $room_title = ''

$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
@type bool $is_admin
@type string $room_id
@type string $room_title
@type \Mynaparrot\PlugnmeetProto\LtiCustomParameters $lti_custom_parameters

}

clearLtiCustomParameters()

public clearLtiCustomParameters() : mixed

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

getRoomId()

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

public getRoomId() : string
Return values
string

getRoomTitle()

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

public getRoomTitle() : string
Return values
string

getUserId()

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

public getUserId() : string
Return values
string

hasLtiCustomParameters()

public hasLtiCustomParameters() : mixed

setIsAdmin()

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

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

setLtiCustomParameters()

Generated from protobuf field <code>.plugnmeet.LtiCustomParameters lti_custom_parameters = 6;</code>

public setLtiCustomParameters(LtiCustomParameters $var) : $this
Parameters
$var : LtiCustomParameters
Return values
$this

setName()

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

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

setRoomId()

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

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

setRoomTitle()

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

public setRoomTitle(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