| @@ 46-52 (lines=7) @@ | ||
| 43 | * @param PropertyMetadataFactoryInterface $propertyMetadataFactory |
|
| 44 | * @param QueryItemExtensionInterface[] $itemExtensions |
|
| 45 | */ |
|
| 46 | public function __construct(ManagerRegistry $managerRegistry, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, array $itemExtensions = []) |
|
| 47 | { |
|
| 48 | $this->managerRegistry = $managerRegistry; |
|
| 49 | $this->propertyNameCollectionFactory = $propertyNameCollectionFactory; |
|
| 50 | $this->propertyMetadataFactory = $propertyMetadataFactory; |
|
| 51 | $this->itemExtensions = $itemExtensions; |
|
| 52 | } |
|
| 53 | ||
| 54 | /** |
|
| 55 | * {@inheritdoc} |
|
| @@ 46-53 (lines=8) @@ | ||
| 43 | * @param PropertyMetadataFactoryInterface $propertyMetadataFactory |
|
| 44 | * @param QueryItemExtensionInterface[] $itemExtensions |
|
| 45 | */ |
|
| 46 | public function __construct(ManagerRegistry $managerRegistry, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, array $collectionExtensions = [], array $itemExtensions = []) |
|
| 47 | { |
|
| 48 | $this->managerRegistry = $managerRegistry; |
|
| 49 | $this->propertyNameCollectionFactory = $propertyNameCollectionFactory; |
|
| 50 | $this->propertyMetadataFactory = $propertyMetadataFactory; |
|
| 51 | $this->collectionExtensions = $collectionExtensions; |
|
| 52 | $this->itemExtensions = $itemExtensions; |
|
| 53 | } |
|
| 54 | ||
| 55 | /** |
|
| 56 | * {@inheritdoc} |
|