| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | public function __construct(string $configurationKey, string $tableName, int $uid, IndexerService $indexerService, string $position) |
||
| 39 | { |
||
| 40 | $this->configurationKey = $configurationKey; |
||
| 41 | $this->tableName = $tableName; |
||
| 42 | $this->uid = $uid; |
||
| 43 | $this->indexerService = $indexerService; |
||
| 44 | $this->position = $position; |
||
| 45 | } |
||
| 46 | |||
| 72 |