InvitationServiceDecorator
InvitationServiceDecorator.php
:
18
Abstract
Implements
InvitationServiceInterface
Properties¶
$innerService
¶
InvitationServiceDecorator.php
:
20
|
|
|
Methods¶
__construct()
¶
InvitationServiceDecorator.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $innerService | InvitationServiceInterface | - | - |
createInvitation()
¶
InvitationServiceDecorator.php
:
42
Creates a new invitation.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | InvitationCreateStruct | - | - |
Return values
deleteInvitation()
¶
InvitationServiceDecorator.php
:
54
Deletes an invitation.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $invitation | InvitationInterface | - | - |
findInvitations()
¶
InvitationServiceDecorator.php
:
37
Returns invitations matching the given query.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | InvitationQuery | null | - |
Return values
getInvitation()
¶
InvitationServiceDecorator.php
:
27
Returns an invitation with given ID.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
Return values
getInvitationByParticipant()
¶
InvitationServiceDecorator.php
:
32
Returns an invitation associated with the given participant.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $participant | ParticipantInterface | - | - |
Return values
updateInvitation()
¶
InvitationServiceDecorator.php
:
47
Updates any existing invitation with the given data.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $invitation | InvitationInterface | - | - |
| $updateStruct | InvitationUpdateStruct | - | - |