Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
26 | class ReportingCloud extends AbstractHelper |
||
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) |
|
41 | 4 | } |
|
42 | |||
43 | /** |
||
44 | * @return TxTextControlReportingCloudReportingCloud |
||
45 | */ |
||
46 | 4 | public function __invoke():TxTextControlReportingCloudReportingCloud |
|
51 |