Copied!

AbstractParticipant

AbstractParticipant.php : 13
Abstract

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

AbstractParticipant.php : 25
public __construct(int $id, string $scope, DateTimeInterface $createdAt, DateTimeInterface $updatedAt[, string|null $token = null ])

Parameters

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

publicgetCreatedAt()

AbstractParticipant.php : 49
public getCreatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetId()

AbstractParticipant.php : 39
public getId() : int

Return values

int

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