Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class SspAssetSearchReader implements SspAssetSearchReaderInterface |
||
17 | { |
||
18 | public function __construct( |
||
19 | protected SelfServicePortalRepositoryInterface $repository, |
||
20 | protected SspAssetSearchMapperInterface $sspAssetSearchMapper |
||
21 | ) { |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param \Generated\Shared\Transfer\FilterTransfer $filterTransfer |
||
26 | * @param array<int> $sspAssetIds |
||
27 | * |
||
28 | * @return array<\Generated\Shared\Transfer\SynchronizationDataTransfer> |
||
29 | */ |
||
30 | public function getSynchronizationDataTransfersBySspAssetIds( |
||
37 | } |
||
38 | } |
||
39 |