| 1 | <?php |
||
| 16 | class ShowMembershipApplicationConfirmationUseCase { |
||
| 17 | |||
| 18 | private $authorizer; |
||
| 19 | private $repository; |
||
| 20 | /** |
||
| 21 | * @var MembershipApplicationTokenFetcher |
||
| 22 | */ |
||
| 23 | private $tokenFetcher; |
||
| 24 | |||
| 25 | public function __construct( MembershipApplicationAuthorizer $authorizer, MembershipApplicationRepository $repository, |
||
| 31 | |||
| 32 | public function showConfirmation( ShowMembershipAppConfirmationRequest $request ): ShowMembershipAppConfirmationResponse { |
||
| 46 | |||
| 47 | private function getMembershipApplicationById( int $donationId ) { |
||
| 55 | |||
| 56 | } |