Copied!

InternalParticipant

InternalParticipant.php : 14
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()

InternalParticipant.php : 18
public __construct(int $id, User $user, string $scope, DateTimeInterface $createdAt, DateTimeInterface $updatedAt)

Parameters

Name Type Default value Description
$id int - -
$user User - -
$scope string - -
$createdAt DateTimeInterface - -
$updatedAt DateTimeInterface - -

publicgetCreatedAt()

AbstractParticipant.php : 49
public getCreatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetId()

AbstractParticipant.php : 39
public getId() : int

Return values

int

publicgetName()

InternalParticipant.php : 25
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

publicgetUser()

InternalParticipant.php : 30
public getUser() : User

Return values

User