diff --git a/src/Address/Service/AddressRelations.php b/src/Address/Service/AddressRelations.php index 23ee9b1a..442c8a0e 100644 --- a/src/Address/Service/AddressRelations.php +++ b/src/Address/Service/AddressRelations.php @@ -34,6 +34,7 @@ public function __construct( } /** + * Field of Storefront module's Address-Type. * @Field() */ public function country(AbstractAddress $address): ?Country @@ -44,6 +45,7 @@ public function country(AbstractAddress $address): ?Country } /** + * Field of Storefront module's Address-Type. * @Field() */ public function state(AbstractAddress $address): ?State diff --git a/src/Banner/Service/RelationService.php b/src/Banner/Service/RelationService.php index 016d33ef..97d7a603 100644 --- a/src/Banner/Service/RelationService.php +++ b/src/Banner/Service/RelationService.php @@ -39,6 +39,7 @@ public function __construct( } /** + * Field of Storefront module's Banner-Type. * @Field() */ public function getProduct(Banner $banner): ?Product diff --git a/src/Basket/Service/BasketCostRelations.php b/src/Basket/Service/BasketCostRelations.php index f9469926..8e3dd23b 100644 --- a/src/Basket/Service/BasketCostRelations.php +++ b/src/Basket/Service/BasketCostRelations.php @@ -31,6 +31,7 @@ public function __construct(BasketCostInfrastructure $basketCostInfrastructure) } /** + * Field of Storefront module's BasketCost-Type. * @Field() */ public function getProductNet(BasketCost $basketCost): Price @@ -42,6 +43,7 @@ public function getProductNet(BasketCost $basketCost): Price } /** + * Field of Storefront module's BasketCost-Type. * @Field() */ public function getProductGross(BasketCost $basketCost): BasketProductBruttoSum @@ -50,6 +52,7 @@ public function getProductGross(BasketCost $basketCost): BasketProductBruttoSum } /** + * Field of Storefront module's BasketCost-Type. * @Field() */ public function getPayment(BasketCost $basketCost): Price @@ -61,6 +64,7 @@ public function getPayment(BasketCost $basketCost): Price } /** + * Field of Storefront module's BasketCost-Type. * @Field() */ public function getCurrency(BasketCost $basketCost): Currency @@ -69,6 +73,7 @@ public function getCurrency(BasketCost $basketCost): Currency } /** + * Field of Storefront module's BasketCost-Type. * @Field() */ public function getDelivery(BasketCost $basketCost): Price diff --git a/src/Basket/Service/BasketItemRelationService.php b/src/Basket/Service/BasketItemRelationService.php index 42b95d21..fc4c3a44 100644 --- a/src/Basket/Service/BasketItemRelationService.php +++ b/src/Basket/Service/BasketItemRelationService.php @@ -33,6 +33,7 @@ public function __construct( } /** + * Field of Storefront module's BasketItem-Type. * @Field() */ public function product(BasketItem $basketItem): ?Product diff --git a/src/Basket/Service/BasketPaymentService.php b/src/Basket/Service/BasketPaymentService.php index ec34763c..d7a273f4 100644 --- a/src/Basket/Service/BasketPaymentService.php +++ b/src/Basket/Service/BasketPaymentService.php @@ -30,6 +30,7 @@ public function __construct( } /** + * Field of Storefront module's BasketPayment-Type. * @Field() */ public function cost(BasketPayment $basketPayment): Price diff --git a/src/Basket/Service/BasketProductBruttoSumRelations.php b/src/Basket/Service/BasketProductBruttoSumRelations.php index de38d31d..9e8a9c5a 100644 --- a/src/Basket/Service/BasketProductBruttoSumRelations.php +++ b/src/Basket/Service/BasketProductBruttoSumRelations.php @@ -30,6 +30,7 @@ public function __construct( } /** + * Field of Storefront module's BasketProductBruttoSum-Type. * @Field() * * @return BasketProductVats[] diff --git a/src/Basket/Service/BasketRelationService.php b/src/Basket/Service/BasketRelationService.php index f802e292..602021f2 100644 --- a/src/Basket/Service/BasketRelationService.php +++ b/src/Basket/Service/BasketRelationService.php @@ -78,6 +78,7 @@ public function __construct( } /** + * Field of Storefront module's Basket-Type. * @Field() */ public function owner(Basket $basket): ?BasketOwner @@ -92,6 +93,7 @@ public function owner(Basket $basket): ?BasketOwner } /** + * Field of Storefront module's Basket-Type. * @Field() * * @return BasketItem[] @@ -109,6 +111,7 @@ public function items( } /** + * Field of Storefront module's Basket-Type. * @Field() */ public function cost(Basket $basket): BasketCost @@ -117,6 +120,7 @@ public function cost(Basket $basket): BasketCost } /** + * Field of Storefront module's Basket-Type. * @Field() * * @return Voucher[] @@ -127,6 +131,7 @@ public function vouchers(Basket $basket): array } /** + * Field of Storefront module's Basket-Type. * @Field() */ public function deliveryAddress(Basket $basket): ?DeliveryAddress @@ -147,6 +152,7 @@ public function deliveryAddress(Basket $basket): ?DeliveryAddress } /** + * Field of Storefront module's Basket-Type. * Returns selected payment for current basket. * * @Field() @@ -169,6 +175,7 @@ public function payment(Basket $basket): ?Payment } /** + * Field of Storefront module's Basket-Type. * Returns selected delivery method for current basket. * * @Field() diff --git a/src/Basket/Service/PublicBasketRelationService.php b/src/Basket/Service/PublicBasketRelationService.php index 03cb2b38..6539bd79 100644 --- a/src/Basket/Service/PublicBasketRelationService.php +++ b/src/Basket/Service/PublicBasketRelationService.php @@ -40,6 +40,7 @@ public function __construct( } /** + * Field of Storefront module's PublicBasket-Type. * @Field() */ public function owner(PublicBasketDataType $basket): BasketOwner @@ -48,6 +49,7 @@ public function owner(PublicBasketDataType $basket): BasketOwner } /** + * Field of Storefront module's PublicBasket-Type. * @Field() * * @return BasketItem[] diff --git a/src/Category/Service/RelationService.php b/src/Category/Service/RelationService.php index 3d3d2157..cca81934 100644 --- a/src/Category/Service/RelationService.php +++ b/src/Category/Service/RelationService.php @@ -54,6 +54,7 @@ public function __construct( } /** + * Field of Storefront module's Category-Type. * @Field() */ public function getParent(Category $category): ?Category @@ -62,6 +63,7 @@ public function getParent(Category $category): ?Category } /** + * Field of Storefront module's Category-Type. * @Field() */ public function getRoot(Category $category): ?Category @@ -70,6 +72,7 @@ public function getRoot(Category $category): ?Category } /** + * Field of Storefront module's Category-Type. * @Field() * * @return Category[] @@ -86,6 +89,7 @@ public function getChildren(Category $category): array } /** + * Field of Storefront module's Category-Type. * @Field() */ public function getSeo(Category $category): Seo @@ -94,6 +98,7 @@ public function getSeo(Category $category): Seo } /** + * Field of Storefront module's Category-Type. * @Field() * * @return Product[] @@ -136,6 +141,7 @@ private function getCategoryById(ID $id): ?Category } /** + * Field of Storefront module's Category-Type. * @Field() * * @return CategoryAttribute[] diff --git a/src/Content/Service/RelationService.php b/src/Content/Service/RelationService.php index 5940a66a..4b0c92e9 100644 --- a/src/Content/Service/RelationService.php +++ b/src/Content/Service/RelationService.php @@ -40,6 +40,7 @@ public function __construct( } /** + * Field of Storefront module's Content-Type. * @Field() */ public function getSeo(Content $content): Seo @@ -48,6 +49,7 @@ public function getSeo(Content $content): Seo } /** + * Field of Storefront module's Content-Type. * @Field() */ public function getCategory(Content $content): ?CategoryDataType diff --git a/src/Country/Service/RelationService.php b/src/Country/Service/RelationService.php index 8dd79aab..921fb100 100644 --- a/src/Country/Service/RelationService.php +++ b/src/Country/Service/RelationService.php @@ -33,6 +33,7 @@ public function __construct(StateService $stateService) } /** + * Field of Storefront module's Country-Type. * @Field() * * @return StateDataType[] diff --git a/src/Customer/Service/RelationService.php b/src/Customer/Service/RelationService.php index 4a6501ef..d96c7926 100644 --- a/src/Customer/Service/RelationService.php +++ b/src/Customer/Service/RelationService.php @@ -70,6 +70,7 @@ public function __construct( } /** + * Field of Storefront module's Customer-Type. * @Field() * * @return ReviewDataType[] @@ -88,6 +89,7 @@ public function getReviews(CustomerDataType $customer): array } /** + * Field of Storefront module's Customer-Type. * @Field() */ public function getNewsletterStatus(): ?NewsletterStatusType @@ -100,6 +102,7 @@ public function getNewsletterStatus(): ?NewsletterStatusType } /** + * Field of Storefront module's Customer-Type. * @Field() * * @return DeliveryAddress[] @@ -110,6 +113,7 @@ public function deliveryAddresses(CustomerDataType $customer): array } /** + * Field of Storefront module's Customer-Type. * @Field() */ public function invoiceAddress(): InvoiceAddressDataType @@ -118,6 +122,7 @@ public function invoiceAddress(): InvoiceAddressDataType } /** + * Field of Storefront module's Customer-Type. * @Field() */ public function getBasket(CustomerDataType $customer, string $title): BasketDataType @@ -126,6 +131,7 @@ public function getBasket(CustomerDataType $customer, string $title): BasketData } /** + * Field of Storefront module's Customer-Type. * @Field() * * @return BasketDataType[] @@ -136,6 +142,7 @@ public function getBaskets(CustomerDataType $customer): array } /** + * Field of Storefront module's Customer-Type. * @Field() * * @return OrderDataType[] @@ -146,6 +153,7 @@ public function getOrders(CustomerDataType $customer, ?PaginationFilter $paginat } /** + * Field of Storefront module's Customer-Type. * @Field * * @return OrderFile[] diff --git a/src/DeliveryMethod/Service/BasketDeliveryMethodRelationService.php b/src/DeliveryMethod/Service/BasketDeliveryMethodRelationService.php index 018e5a44..40883c47 100644 --- a/src/DeliveryMethod/Service/BasketDeliveryMethodRelationService.php +++ b/src/DeliveryMethod/Service/BasketDeliveryMethodRelationService.php @@ -29,6 +29,7 @@ public function __construct(BasketInfrastructure $basketInfrastructure) } /** + * Field of Storefront module's BasketDeliveryMethod-Type. * @Field() */ public function cost(BasketDeliveryMethod $basketDeliveryMethod): Price diff --git a/src/File/Service/FileRelations.php b/src/File/Service/FileRelations.php index e0a87915..301c6750 100644 --- a/src/File/Service/FileRelations.php +++ b/src/File/Service/FileRelations.php @@ -31,6 +31,7 @@ public function __construct( } /** + * Field of Storefront module's File-Type. * @Field() */ public function getProduct(File $file): Product diff --git a/src/Manufacturer/Service/RelationService.php b/src/Manufacturer/Service/RelationService.php index f3dc3376..5e576510 100644 --- a/src/Manufacturer/Service/RelationService.php +++ b/src/Manufacturer/Service/RelationService.php @@ -35,6 +35,7 @@ public function __construct( } /** + * Field of Storefront module's Manufacturer-Type. * @Field() */ public function getSeo(Manufacturer $manufacturer): Seo @@ -43,6 +44,7 @@ public function getSeo(Manufacturer $manufacturer): Seo } /** + * Field of Storefront module's Manufacturer-Type. * @Field() * * @return ProductDataType[] diff --git a/src/Order/Service/OrderCostRelations.php b/src/Order/Service/OrderCostRelations.php index 14b05592..ffcbdea0 100644 --- a/src/Order/Service/OrderCostRelations.php +++ b/src/Order/Service/OrderCostRelations.php @@ -31,6 +31,7 @@ public function __construct(OrderCostInfrastructure $orderCostInfrastructure) } /** + * Field of Storefront module's OrderCost-Type. * @Field() */ public function getDelivery(OrderCost $orderCost): Price @@ -42,6 +43,7 @@ public function getDelivery(OrderCost $orderCost): Price } /** + * Field of Storefront module's OrderCost-Type. * @Field() */ public function getPayment(OrderCost $orderCost): Price @@ -53,6 +55,7 @@ public function getPayment(OrderCost $orderCost): Price } /** + * Field of Storefront module's OrderCost-Type. * @Field() */ public function getProductNet(OrderCost $orderCost): Price @@ -64,6 +67,7 @@ public function getProductNet(OrderCost $orderCost): Price } /** + * Field of Storefront module's OrderCost-Type. * @Field() */ public function getProductGross(OrderCost $orderCost): OrderProductBruttoSum @@ -72,6 +76,7 @@ public function getProductGross(OrderCost $orderCost): OrderProductBruttoSum } /** + * Field of Storefront module's OrderCost-Type. * @Field() */ public function getCurrency(OrderCost $orderCost): Currency diff --git a/src/Order/Service/OrderDeliveryRelations.php b/src/Order/Service/OrderDeliveryRelations.php index 36863278..5416a5c0 100644 --- a/src/Order/Service/OrderDeliveryRelations.php +++ b/src/Order/Service/OrderDeliveryRelations.php @@ -29,6 +29,7 @@ public function __construct(OrderDeliveryInfrastructure $orderDeliveryInfrastruc } /** + * Field of Storefront module's OrderDelivery-Type. * @Field() */ public function getProvider(OrderDelivery $orderDelivery): DeliveryProvider diff --git a/src/Order/Service/OrderFileRelations.php b/src/Order/Service/OrderFileRelations.php index 003a0b5c..abb6e394 100644 --- a/src/Order/Service/OrderFileRelations.php +++ b/src/Order/Service/OrderFileRelations.php @@ -31,6 +31,7 @@ public function __construct( } /** + * Field of Storefront module's OrderFile-Type. * @Field() */ public function file(OrderFile $orderFile): ?FileDataType diff --git a/src/Order/Service/OrderItemRelations.php b/src/Order/Service/OrderItemRelations.php index c6bdfb5c..0c030fd6 100644 --- a/src/Order/Service/OrderItemRelations.php +++ b/src/Order/Service/OrderItemRelations.php @@ -33,6 +33,7 @@ public function __construct( } /** + * Field of Storefront module's OrderItem-Type. * @Field() */ public function getProduct(OrderItem $orderItem): ?Product diff --git a/src/Order/Service/OrderPaymentRelations.php b/src/Order/Service/OrderPaymentRelations.php index 6dd8bc94..1fb042ae 100644 --- a/src/Order/Service/OrderPaymentRelations.php +++ b/src/Order/Service/OrderPaymentRelations.php @@ -38,6 +38,7 @@ public function __construct( } /** + * Field of Storefront module's OrderPayment-Type. * @Field() */ public function getPayment(OrderPayment $orderPayment): ?Payment @@ -52,6 +53,7 @@ public function getPayment(OrderPayment $orderPayment): ?Payment } /** + * Field of Storefront module's OrderPayment-Type. * @Field() * * @return OrderPaymentValue[] diff --git a/src/Order/Service/OrderProductGrossRelations.php b/src/Order/Service/OrderProductGrossRelations.php index 1e6daa06..fa899e9e 100644 --- a/src/Order/Service/OrderProductGrossRelations.php +++ b/src/Order/Service/OrderProductGrossRelations.php @@ -30,6 +30,7 @@ public function __construct( } /** + * Field of Storefront module's OrderProductBruttoSum-Type. * @Field() * * @return OrderProductVats[] diff --git a/src/Order/Service/OrderRelations.php b/src/Order/Service/OrderRelations.php index cf5114c5..ab8dd478 100644 --- a/src/Order/Service/OrderRelations.php +++ b/src/Order/Service/OrderRelations.php @@ -37,6 +37,7 @@ public function __construct( } /** + * Field of Storefront module's Order-Type. * @Field() */ public function invoiceAddress(OrderDataType $order): OrderInvoiceAddress @@ -45,6 +46,7 @@ public function invoiceAddress(OrderDataType $order): OrderInvoiceAddress } /** + * Field of Storefront module's Order-Type. * @Field() */ public function deliveryAddress(OrderDataType $order): ?OrderDeliveryAddress @@ -53,6 +55,7 @@ public function deliveryAddress(OrderDataType $order): ?OrderDeliveryAddress } /** + * Field of Storefront module's Order-Type. * @Field() */ public function cost(OrderDataType $order): OrderCost @@ -61,6 +64,7 @@ public function cost(OrderDataType $order): OrderCost } /** + * Field of Storefront module's Order-Type. * @Field() */ public function delivery(OrderDataType $order): OrderDelivery @@ -69,6 +73,7 @@ public function delivery(OrderDataType $order): OrderDelivery } /** + * Field of Storefront module's Order-Type. * @Field * * @return Voucher[] @@ -79,6 +84,7 @@ public function vouchers(OrderDataType $order): array } /** + * Field of Storefront module's Order-Type. * @Field * * @return OrderItem[] @@ -89,6 +95,7 @@ public function getItems(OrderDataType $order): array } /** + * Field of Storefront module's Order-Type. * @Field() */ public function getPayment(OrderDataType $order): ?OrderPayment @@ -97,6 +104,7 @@ public function getPayment(OrderDataType $order): ?OrderPayment } /** + * Field of Storefront module's Order-Type. * @Field * * @return OrderFile[] diff --git a/src/Product/Service/RelationService.php b/src/Product/Service/RelationService.php index a230071b..99a36482 100644 --- a/src/Product/Service/RelationService.php +++ b/src/Product/Service/RelationService.php @@ -61,6 +61,7 @@ public function __construct( } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getDimensions(Product $product): ProductDimensions @@ -71,6 +72,7 @@ public function getDimensions(Product $product): ProductDimensions } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getPrice(Product $product): Price @@ -81,6 +83,7 @@ public function getPrice(Product $product): Price } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getListPrice(Product $product): ?Price @@ -95,6 +98,7 @@ public function getListPrice(Product $product): ?Price } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getStock(Product $product): ProductStock @@ -105,6 +109,7 @@ public function getStock(Product $product): ProductStock } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getImageGallery(Product $product): ProductImageGallery @@ -115,6 +120,7 @@ public function getImageGallery(Product $product): ProductImageGallery } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getRating(Product $product): ProductRating @@ -125,6 +131,7 @@ public function getRating(Product $product): ProductRating } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getDeliveryTime(Product $product): ProductDeliveryTime @@ -135,6 +142,7 @@ public function getDeliveryTime(Product $product): ProductDeliveryTime } /** + * Field of Storefront module's Product-Type. * @Field() * * @return ProductScalePrice[] @@ -145,6 +153,7 @@ public function getScalePrices(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getBundleProduct(Product $product): ?Product @@ -165,6 +174,7 @@ public function getBundleProduct(Product $product): ?Product } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getManufacturer(Product $product): ?Manufacturer @@ -173,6 +183,7 @@ public function getManufacturer(Product $product): ?Manufacturer } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getVendor(Product $product): ?Vendor @@ -181,6 +192,7 @@ public function getVendor(Product $product): ?Vendor } /** + * Field of Storefront module's Product-Type. * @Field() * * @return Category[] @@ -212,6 +224,7 @@ public function getCategories( } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getUnit(Product $product): ?ProductUnit @@ -226,6 +239,7 @@ public function getUnit(Product $product): ?ProductUnit } /** + * Field of Storefront module's Product-Type. * @Field() */ public function getSeo(Product $product): Seo @@ -234,6 +248,7 @@ public function getSeo(Product $product): Seo } /** + * Field of Storefront module's Product-Type. * @Field() * * @return Product[] @@ -244,6 +259,7 @@ public function getCrossSelling(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() * * @return ProductAttribute[] @@ -254,6 +270,7 @@ public function getAttributes(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() * * @return Product[] @@ -264,6 +281,7 @@ public function getAccessories(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() * * @return SelectionList[] @@ -274,6 +292,7 @@ public function getSelectionLists(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() * * @return Review[] @@ -284,6 +303,7 @@ public function getReviews(Product $product): array } /** + * Field of Storefront module's Product-Type. * @Field() * * @return Product[] diff --git a/src/Review/Service/ActivityService.php b/src/Review/Service/ActivityService.php index dc056600..0ba5f793 100644 --- a/src/Review/Service/ActivityService.php +++ b/src/Review/Service/ActivityService.php @@ -28,6 +28,7 @@ public function __construct(Legacy $legacyService) } /** + * Field of Storefront module's Review-Type. * @Field() */ public function isActive(Review $review): bool diff --git a/src/Review/Service/RelationService.php b/src/Review/Service/RelationService.php index f1bbff7c..47f55fa6 100644 --- a/src/Review/Service/RelationService.php +++ b/src/Review/Service/RelationService.php @@ -47,6 +47,7 @@ public function __construct( } /** + * Field of Storefront module's Review-Type. * @Field() */ public function getReviewer(Review $review): ?Reviewer @@ -57,6 +58,7 @@ public function getReviewer(Review $review): ?Reviewer } /** + * Field of Storefront module's Review-Type. * @Field() */ public function getProduct(Review $review): ?Product @@ -74,6 +76,7 @@ public function getProduct(Review $review): ?Product } /** + * Field of Storefront module's Review-Type. * @Field() */ public function getLanguage(Review $review): Language diff --git a/src/Shared/Service/LanguageRelationService.php b/src/Shared/Service/LanguageRelationService.php index 64a0cdd2..4195855b 100644 --- a/src/Shared/Service/LanguageRelationService.php +++ b/src/Shared/Service/LanguageRelationService.php @@ -29,6 +29,7 @@ public function __construct( } /** + * Field of Storefront module's Language-Type. * @Field() */ public function getCode(Language $language): string @@ -37,6 +38,7 @@ public function getCode(Language $language): string } /** + * Field of Storefront module's Language-Type. * @Field() */ public function getLanguage(Language $language): string diff --git a/src/Shared/Service/PriceRelationService.php b/src/Shared/Service/PriceRelationService.php index 094d7d3c..ddd33e63 100644 --- a/src/Shared/Service/PriceRelationService.php +++ b/src/Shared/Service/PriceRelationService.php @@ -30,6 +30,7 @@ public function __construct( } /** + * Field of Storefront module's Price-Type. * @Field() */ public function getCurrency(Price $price): Currency diff --git a/src/Vendor/DataType/Vendor.php b/src/Vendor/DataType/Vendor.php index 1c457417..dc019102 100644 --- a/src/Vendor/DataType/Vendor.php +++ b/src/Vendor/DataType/Vendor.php @@ -46,6 +46,7 @@ public function getId(): ID } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function isActive(): bool @@ -54,6 +55,7 @@ public function isActive(): bool } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function getIcon(): ?string @@ -62,6 +64,7 @@ public function getIcon(): ?string } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function getTitle(): string @@ -70,6 +73,7 @@ public function getTitle(): string } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function getShortdesc(): string @@ -78,6 +82,7 @@ public function getShortdesc(): string } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function getTimestamp(): ?DateTimeInterface diff --git a/src/Vendor/Service/RelationService.php b/src/Vendor/Service/RelationService.php index 59bc6f9b..0c8d7143 100644 --- a/src/Vendor/Service/RelationService.php +++ b/src/Vendor/Service/RelationService.php @@ -35,6 +35,7 @@ public function __construct( } /** + * Field of Storefront module's Vendor-Type. * @Field() */ public function getSeo(Vendor $vendor): Seo @@ -43,6 +44,7 @@ public function getSeo(Vendor $vendor): Seo } /** + * Field of Storefront module's Vendor-Type. * @Field() * * @return Product[] diff --git a/src/Voucher/Service/VoucherRelationService.php b/src/Voucher/Service/VoucherRelationService.php index 812ee2e0..0eb7cb56 100644 --- a/src/Voucher/Service/VoucherRelationService.php +++ b/src/Voucher/Service/VoucherRelationService.php @@ -29,6 +29,7 @@ public function __construct(VoucherSeriesService $voucherSeriesService) } /** + * Field of Storefront module's Voucher-Type. * @Field() */ public function series(Voucher $voucher): VoucherSeries diff --git a/src/WishedPrice/Service/RelationService.php b/src/WishedPrice/Service/RelationService.php index 3b53d952..33799a8a 100644 --- a/src/WishedPrice/Service/RelationService.php +++ b/src/WishedPrice/Service/RelationService.php @@ -47,6 +47,7 @@ public function __construct( } /** + * Field of Storefront module's WishedPrice-Type. * @Field() */ public function getInquirer(WishedPrice $wishedPrice): ?InquirerDataType @@ -59,6 +60,7 @@ public function getInquirer(WishedPrice $wishedPrice): ?InquirerDataType } /** + * Field of Storefront module's WishedPrice-Type. * @Field() */ public function getProduct(WishedPrice $wishedPrice): Product @@ -69,6 +71,7 @@ public function getProduct(WishedPrice $wishedPrice): Product } /** + * Field of Storefront module's WishedPrice-Type. * @Field() */ public function getPrice(WishedPrice $wishedPrice): Price @@ -77,6 +80,7 @@ public function getPrice(WishedPrice $wishedPrice): Price } /** + * Field of Storefront module's WishedPrice-Type. * @Field() */ public function getCurrency(WishedPrice $wishedPrice): Currency