Copied!

ExternalParticipant

ExternalParticipant.php : 13
Final

Properties

protected $createdAt

AbstractParticipant.php : 19
protected DateTimeInterface $createdAt

protected $id

AbstractParticipant.php : 15
protected int $id

protected $scope

AbstractParticipant.php : 17
protected string $scope

protected $token

AbstractParticipant.php : 23
protected string|null $token

protected $updatedAt

AbstractParticipant.php : 21
protected DateTimeInterface $updatedAt

Methods

public__construct()

ExternalParticipant.php : 17
public __construct(int $id, string $email, string $scope, string $token, DateTimeInterface $createdAt, DateTimeInterface $updatedAt)

Parameters

Name Type Default value Description
$id int - -
$email string - -
$scope string - -
$token string - -
$createdAt DateTimeInterface - -
$updatedAt DateTimeInterface - -

publicgetCreatedAt()

AbstractParticipant.php : 49
public getCreatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetEmail()

ExternalParticipant.php : 35
public getEmail() : string

Return values

string

publicgetId()

AbstractParticipant.php : 39
public getId() : int

Return values

int

publicgetName()

ExternalParticipant.php : 30
public getName() : string

Return values

string

publicgetScope()

AbstractParticipant.php : 44
public getScope() : string

Return values

string

publicgetToken()

AbstractParticipant.php : 59
public getToken() : string|null

Return values

string|null

publicgetUpdatedAt()

AbstractParticipant.php : 54
public getUpdatedAt() : DateTimeInterface

Return values

DateTimeInterface