| 1 | <?php  | 
            ||
| 5 | final class IndexRepositoryDefaultConstraintEvent  | 
            ||
| 6 | { | 
            ||
| 7 | /**  | 
            ||
| 8 | * @var array  | 
            ||
| 9 | */  | 
            ||
| 10 | private $indexIds;  | 
            ||
| 11 | |||
| 12 | /**  | 
            ||
| 13 | * @var array  | 
            ||
| 14 | */  | 
            ||
| 15 | private $indexTypes;  | 
            ||
| 16 | |||
| 17 | public function __construct(array $indexIds, array $indexTypes)  | 
            ||
| 22 | |||
| 23 | public function getIndexIds(): array  | 
            ||
| 27 | |||
| 28 | public function setIndexIds(array $indexIds): void  | 
            ||
| 32 | |||
| 33 | public function getIndexTypes(): array  | 
            ||
| 37 | }  | 
            ||
| 38 |