‪TYPO3CMS  11.5
ModifyValidatorTaskEmailEvent.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /*
6  * This file is part of the TYPO3 CMS project.
7  *
8  * It is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU General Public License, either version 2
10  * of the License, or any later version.
11  *
12  * For the full copyright and license information, please read the
13  * LICENSE.txt file that was distributed with this source code.
14  *
15  * The TYPO3 project - inspiring people to share!
16  */
17 
19 
22 
27 {
31  private ‪$linkAnalyzerResult;
32 
36  private ‪$fluidEmail;
37 
41  private ‪$modTSconfig;
42 
44  {
45  $this->linkAnalyzerResult = ‪$linkAnalyzerResult;
46  $this->fluidEmail = ‪$fluidEmail;
47  $this->modTSconfig = ‪$modTSconfig;
48  }
49 
51  {
53  }
54 
55  public function ‪getFluidEmail(): ‪FluidEmail
56  {
58  }
59 
60  public function ‪getModTSconfig(): array
61  {
62  return ‪$this->modTSconfig;
63  }
64 }
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\$fluidEmail
‪FluidEmail $fluidEmail
Definition: ModifyValidatorTaskEmailEvent.php:34
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\$modTSconfig
‪array $modTSconfig
Definition: ModifyValidatorTaskEmailEvent.php:38
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent
Definition: ModifyValidatorTaskEmailEvent.php:27
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\__construct
‪__construct(LinkAnalyzerResult $linkAnalyzerResult, FluidEmail $fluidEmail, array $modTSconfig)
Definition: ModifyValidatorTaskEmailEvent.php:40
‪TYPO3\CMS\Core\Mail\FluidEmail
Definition: FluidEmail.php:35
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\getLinkAnalyzerResult
‪getLinkAnalyzerResult()
Definition: ModifyValidatorTaskEmailEvent.php:47
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\getFluidEmail
‪getFluidEmail()
Definition: ModifyValidatorTaskEmailEvent.php:52
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\getModTSconfig
‪getModTSconfig()
Definition: ModifyValidatorTaskEmailEvent.php:57
‪TYPO3\CMS\Linkvalidator\Event\ModifyValidatorTaskEmailEvent\$linkAnalyzerResult
‪LinkAnalyzerResult $linkAnalyzerResult
Definition: ModifyValidatorTaskEmailEvent.php:30
‪TYPO3\CMS\Linkvalidator\Event
Definition: BeforeRecordIsAnalyzedEvent.php:18