Properties¶
$createdAt
¶
AbstractParticipant.php
:
19
|
|
$id
¶
AbstractParticipant.php
:
15
|
|
$scope
¶
AbstractParticipant.php
:
17
|
|
$token
¶
AbstractParticipant.php
:
23
|
|
$updatedAt
¶
AbstractParticipant.php
:
21
|
|
Methods¶
__construct()
¶
InternalParticipant.php
:
18
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
$user | User | - | - |
$scope | string | - | - |
$createdAt | DateTimeInterface | - | - |
$updatedAt | DateTimeInterface | - | - |
getCreatedAt()
¶
AbstractParticipant.php
:
49
|
|
Return values
DateTimeInterface
getId()
¶
AbstractParticipant.php
:
39
|
|
Return values
int
getName()
¶
InternalParticipant.php
:
25
|
|
Return values
string
getScope()
¶
AbstractParticipant.php
:
44
|
|
Return values
string
getToken()
¶
AbstractParticipant.php
:
59
|
|
Return values
string|null
getUpdatedAt()
¶
AbstractParticipant.php
:
54
|
|
Return values
DateTimeInterface
getUser()
¶
InternalParticipant.php
:
30
|
|