Copied!

AbstractParticipantCreateStruct

AbstractParticipantCreateStruct.php : 11
Abstract

Properties

protected $scope

AbstractParticipantCreateStruct.php : 13
protected string $scope

protected $token

AbstractParticipantCreateStruct.php : 15
protected string|null $token

Methods

public__construct()

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

Parameters

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

publicgetScope()

AbstractParticipantCreateStruct.php : 25
public getScope() : string

Return values

string

publicgetToken()

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

Return values

string|null

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 - -