| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class ReportingCloud extends AbstractPlugin |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @var TxTextControlReportingCloudReportingCloud |
||
| 30 | */ |
||
| 31 | protected $reportingCloud; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * ReportingCloud constructor |
||
| 35 | * |
||
| 36 | * @param TxTextControlReportingCloudReportingCloud $reportingCloud |
||
| 37 | */ |
||
| 38 | 4 | public function __construct(TxTextControlReportingCloudReportingCloud $reportingCloud) |
|
| 39 | { |
||
| 40 | 4 | $this->reportingCloud = $reportingCloud; |
|
| 41 | 4 | } |
|
| 42 | |||
| 43 | /** |
||
| 44 | * @return TxTextControlReportingCloudReportingCloud |
||
| 45 | */ |
||
| 46 | 4 | public function __invoke(): TxTextControlReportingCloudReportingCloud |
|
| 49 | } |
||
| 50 | } |
||
| 51 |