Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class CurrentDataTrackerProvider implements CurrentDataTrackerProviderInterface |
||
11 | { |
||
12 | public function __construct(private readonly ElasticsearchService $elasticsearchService, private readonly ElasticsearchContextFactoryInterface $elasticsearchContextFactory) |
||
14 | } |
||
15 | |||
16 | public function getCurrentDataTrackerByClassAndId(string $className, $objectId): ?CurrentDataTrackerInterface |
||
32 |