Copied!

InternalParticipantCreateStruct

InternalParticipantCreateStruct.php : 13
Final

Properties

protected $scope

AbstractParticipantCreateStruct.php : 13
protected string $scope

protected $token

AbstractParticipantCreateStruct.php : 15
protected string|null $token

Methods

public__construct()

InternalParticipantCreateStruct.php : 17
public __construct(UserReference $user, string $scope)

Parameters

Name Type Default value Description
$user UserReference - -
$scope string - -

publicgetScope()

AbstractParticipantCreateStruct.php : 25
public getScope() : string

Return values

string

publicgetToken()

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

Return values

string|null

publicgetType()

InternalParticipantCreateStruct.php : 34
public getType() : string

Return values

string

publicgetUser()

InternalParticipantCreateStruct.php : 24
public getUser() : UserReference

Return values

UserReference

publicsetScope()

AbstractParticipantCreateStruct.php : 30
public setScope(string $scope) : void

Parameters

Name Type Default value Description
$scope string - -

publicsetToken()

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

Parameters

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

publicsetUser()

InternalParticipantCreateStruct.php : 29
public setUser(UserReference $user) : void

Parameters

Name Type Default value Description
$user UserReference - -