|
50 | 50 | */ |
51 | 51 | class AkeneoPimClient implements AkeneoPimClientInterface |
52 | 52 | { |
53 | | - public function __construct(protected Authentication $authentication, protected ProductApiInterface $productApi, protected CategoryApiInterface $categoryApi, protected AttributeApiInterface $attributeApi, protected AttributeOptionApiInterface $attributeOptionApi, protected AttributeGroupApiInterface $attributeGroupApi, protected FamilyApiInterface $familyApi, protected MediaFileApiInterface $productMediaFileApi, protected LocaleApiInterface $localeApi, protected ChannelApiInterface $channelApi, protected CurrencyApiInterface $currencyApi, protected MeasureFamilyApiInterface $measureFamilyApi, private MeasurementFamilyApiInterface $measurementFamilyApi, protected AssociationTypeApiInterface $associationTypeApi, protected FamilyVariantApiInterface $familyVariantApi, protected ProductModelApiInterface $productModelApi, private ProductModelDraftApiInterface $productModelDraftApi, private PublishedProductApiInterface $publishedProductApi, private ProductDraftApiInterface $productDraftApi, private AssetApiInterface $assetApi, private AssetCategoryApiInterface $assetCategoryApi, private AssetTagApiInterface $assetTagApi, private AssetReferenceFileApiInterface $assetReferenceFileApi, private AssetVariationFileApiInterface $assetVariationFileApi, private ReferenceEntityRecordApiInterface $referenceEntityRecordApi, private ReferenceEntityMediaFileApiInterface $referenceEntityMediaFileApi, private ReferenceEntityAttributeApiInterface $referenceEntityAttributeApi, private ReferenceEntityAttributeOptionApiInterface $referenceEntityAttributeOptionApi, private ReferenceEntityApiInterface $referenceEntityApi, private AssetManagerApiInterface $assetManagerApi, private AssetFamilyApiInterface $assetFamilyApi, private AssetAttributeApiInterface $assetAttributeApi, private AssetAttributeOptionApiInterface $assetAttributeOptionApi, private AssetMediaFileApiInterface $assetMediaFileApi, private ProductUuidApiInterface $productUuidApi, private ProductDraftUuidApiInterface $productDraftUuidApi, private AppCatalogApiInterface $appCatalogApi, private AppCatalogProductApiInterface $appCatalogProductApi) |
54 | | - { |
| 53 | + public function __construct( |
| 54 | + protected Authentication $authentication, |
| 55 | + protected ProductApiInterface $productApi, |
| 56 | + protected CategoryApiInterface $categoryApi, |
| 57 | + protected AttributeApiInterface $attributeApi, |
| 58 | + protected AttributeOptionApiInterface $attributeOptionApi, |
| 59 | + protected AttributeGroupApiInterface $attributeGroupApi, |
| 60 | + protected FamilyApiInterface $familyApi, |
| 61 | + protected MediaFileApiInterface $productMediaFileApi, |
| 62 | + protected LocaleApiInterface $localeApi, |
| 63 | + protected ChannelApiInterface $channelApi, |
| 64 | + protected CurrencyApiInterface $currencyApi, |
| 65 | + protected MeasureFamilyApiInterface $measureFamilyApi, |
| 66 | + private MeasurementFamilyApiInterface $measurementFamilyApi, |
| 67 | + protected AssociationTypeApiInterface $associationTypeApi, |
| 68 | + protected FamilyVariantApiInterface $familyVariantApi, |
| 69 | + protected ProductModelApiInterface $productModelApi, |
| 70 | + private ProductModelDraftApiInterface $productModelDraftApi, |
| 71 | + private PublishedProductApiInterface $publishedProductApi, |
| 72 | + private ProductDraftApiInterface $productDraftApi, |
| 73 | + private AssetApiInterface $assetApi, |
| 74 | + private AssetCategoryApiInterface $assetCategoryApi, |
| 75 | + private AssetTagApiInterface $assetTagApi, |
| 76 | + private AssetReferenceFileApiInterface $assetReferenceFileApi, |
| 77 | + private AssetVariationFileApiInterface $assetVariationFileApi, |
| 78 | + private ReferenceEntityRecordApiInterface $referenceEntityRecordApi, |
| 79 | + private ReferenceEntityMediaFileApiInterface $referenceEntityMediaFileApi, |
| 80 | + private ReferenceEntityAttributeApiInterface $referenceEntityAttributeApi, |
| 81 | + private ReferenceEntityAttributeOptionApiInterface $referenceEntityAttributeOptionApi, |
| 82 | + private ReferenceEntityApiInterface $referenceEntityApi, |
| 83 | + private AssetManagerApiInterface $assetManagerApi, |
| 84 | + private AssetFamilyApiInterface $assetFamilyApi, |
| 85 | + private AssetAttributeApiInterface $assetAttributeApi, |
| 86 | + private AssetAttributeOptionApiInterface $assetAttributeOptionApi, |
| 87 | + private AssetMediaFileApiInterface $assetMediaFileApi, |
| 88 | + private ProductUuidApiInterface $productUuidApi, |
| 89 | + private ProductDraftUuidApiInterface $productDraftUuidApi, |
| 90 | + private AppCatalogApiInterface $appCatalogApi, |
| 91 | + private AppCatalogProductApiInterface $appCatalogProductApi |
| 92 | + ) { |
55 | 93 | } |
56 | 94 |
|
57 | 95 | /** |
|
0 commit comments