Copied!

InternalParticipantUpdateStruct

InternalParticipantUpdateStruct.php : 11
Final

Properties

protected $token

AbstractParticipantUpdateStruct.php : 15
protected string|null $token

Methods

public__construct()

AbstractParticipantUpdateStruct.php : 17
public __construct([string|null $scope = null ][, string|null $token = null ])

Parameters

Name Type Default value Description
$scope string|null null -
$token string|null null -

publicgetScope()

AbstractParticipantUpdateStruct.php : 25
public getScope() : string|null

Return values

string|null

publicgetToken()

AbstractParticipantUpdateStruct.php : 35
public getToken() : string|null

Return values

string|null

publicgetType()

InternalParticipantUpdateStruct.php : 13
public getType() : string

Return values

string

publicsetScope()

AbstractParticipantUpdateStruct.php : 30
public setScope(string|null $scope) : void

Parameters

Name Type Default value Description
$scope string|null - -

publicsetToken()

AbstractParticipantUpdateStruct.php : 40
public setToken(string|null $token) : void

Parameters

Name Type Default value Description
$token string|null - -