Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
ReportingExtensionUsageRequestDTO | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
__construct | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 |
1 | <?php |
2 | |
3 | namespace App\DTO; |
4 | |
5 | class ReportingExtensionUsageRequestDTO |
6 | { |
7 | public function __construct( |
8 | public readonly ?string $fromDate, |
9 | public readonly ?string $toDate, |
10 | public readonly ?string $user_ids, |
11 | public readonly ?string $group_ids, |
12 | public readonly ?string $subgroup_ids, |
13 | ) {} |
14 | } |