Class Visibility Suggestions

Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .

  Name Value None (public) Public Protected Private Constant
class AbstractInstallCommand
 WEB_ASSETS_DIRECTORY'web/assets/'    
 WEB_BUNDLES_DIRECTORY'web/bundles/'    
 WEB_MEDIA_DIRECTORY'web/media/'    
 WEB_MEDIA_IMAGE_DIRECTORY'web/media/image/'    
 $commandExecutor<?php /*A*//*B*/ ?>    
class AccountMenuBuilder
 EVENT_NAME'sylius.menu.shop.account'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class AddressPage
 TYPE_BILLING'billing'    
 TYPE_SHIPPING'shipping'    
 $addressFactory<?php /*A*//*B*/ ?>    
class AvailableProductOptionValuesResolverSpec
 PRODUCT_CODE'PRODUCT_CODE'    
 PRODUCT_OPTION_CODE'PRODUCT_OPTION_CODE'    
class CancelUnpaidOrdersContext
 CANCEL_UNPAID_ORDERS_COMMAND'sylius:cancel-unpaid-orders'    
 $application<?php /*A*//*B*/ ?>    
 $commandTester<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class CartQuantityRuleChecker
 TYPE'cart_quantity'    
class CatalogPromotionStates
 STATE_ACTIVE'active'    
 STATE_INACTIVE'inactive'    
 STATE_PROCESSING'processing'    
class CatalogPromotionTransitions
 GRAPH'sylius_catalog_promotion'    
 TRANSITION_ACTIVATE'activate'    
 TRANSITION_DEACTIVATE'deactivate'    
 TRANSITION_PROCESS'process'    
class ChannelRepository
 ORDER_BY['id' => 'ASC']    
class CheckboxAttributeType
 TYPE'checkbox'    
class CheckoutContext
 CHECKOUT_STATE_TYPES['address' => OrderCheckoutStates::STATE_ADDRESSED, 'shipping method' => OrderCheckoutStates::STATE_SHIPPING_SELECTED, 'payment' => OrderCheckoutStates::STATE_PAYMENT_SELECTED, ]    
 $content<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $productVariantResolver<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $paymentMethodClass<?php /*A*//*B*/ ?>    
 $shippingMethodClass<?php /*A*//*B*/ ?>    
class CommandDenormalizer
 OBJECT_TO_POPULATE'object_to_populate'    
 $itemNormalizer<?php /*A*//*B*/ ?>    
 $nameConverter<?php /*A*//*B*/ ?>    
class CommandNormalizer
 ALREADY_CALLED'sylius_command_normalizer_already_called'    
 $objectNormalizer<?php /*A*//*B*/ ?>    
class ContainsProductRuleChecker
 TYPE'contains_product'    
class ContentTypeGuide
 JSON_CONTENT_TYPE'application/json'    
 LINKED_DATA_JSON_CONTENT_TYPE'application/ld+json'    
 PATCH_CONTENT_TYPE'application/merge-patch+json'    
class ContextKeys
 CHANNEL'sylius_api_channel'    
 HTTP_REQUEST_METHOD_TYPE'sylius_api_http_method_request_type'    
 LOCALE_CODE'sylius_api_locale_code'    
class CustomerGroupRuleChecker
 TYPE'customer_group'    
class CustomerShowMenuBuilder
 EVENT_NAME'sylius.menu.admin.customer.show'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class DateAttributeType
 TYPE'date'    
class DatetimeAttributeType
 TYPE'datetime'    
class DefaultChannelFactory
 DEFAULT_CHANNEL_CODE'DEFAULT'    
 DEFAULT_CHANNEL_CURRENCY'USD'    
 DEFAULT_CHANNEL_NAME'Default'    
 $channelFactory<?php /*A*//*B*/ ?>    
 $currencyFactory<?php /*A*//*B*/ ?>    
 $localeFactory<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class DefaultUnitedStatesChannelFactory
 DEFAULT_CHANNEL_CODE'WEB-US'    
 DEFAULT_CHANNEL_NAME'United States'    
 DEFAULT_COUNTRY_CODE'US'    
 DEFAULT_CURRENCY_CODE'USD'    
 DEFAULT_ZONE_CODE'US'    
 DEFAULT_ZONE_NAME'United States'    
 $channelRepository<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $channelFactory<?php /*A*//*B*/ ?>    
 $countryFactory<?php /*A*//*B*/ ?>    
 $currencyFactory<?php /*A*//*B*/ ?>    
 $localeFactory<?php /*A*//*B*/ ?>    
 $zoneFactory<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class Emails
 EMAIL_VERIFICATION_TOKEN'verification_token'    
 RESET_PASSWORD_PIN'reset_password_pin'    
 RESET_PASSWORD_TOKEN'reset_password_token'    
class FilterElement
 BOOLEAN_FILTER_TRUE'Yes'    
class FixedDiscountPriceCalculator
 TYPE'fixed_discount'    
class FixedDiscountPromotionActionCommand
 TYPE'order_fixed_discount'    
 $distributor<?php /*A*//*B*/ ?>    
 $unitsPromotionAdjustmentsApplicator<?php /*A*//*B*/ ?>    
 $minimumPriceDistributor<?php /*A*//*B*/ ?>    
class HasTaxonRuleChecker
 TYPE'has_taxon'    
class ImageUploader
 MIME_SVG'image/svg'    
 MIME_SVG_XML'image/svg+xml'    
 $sanitizer<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $imagePathGenerator<?php /*A*//*B*/ ?>    
class InForProductScopeVariantChecker
 TYPE'for_products'    
class InForTaxonsScopeVariantChecker
 TYPE'for_taxons'    
 $taxonRepository<?php /*A*//*B*/ ?>    
 $taxonTreeRepository<?php /*A*//*B*/ ?>    
class InForVariantsScopeVariantChecker
 TYPE'for_variants'    
class InjectContainerIntoControllersPass
 SERVICES[AuthorizeController::class, CancelController::class, CaptureController::class, NotifyController::class, PayoutController::class, RefundController::class, SyncController::class, ]    
class IntegerAttributeType
 TYPE'integer'    
class ItemTotalRuleChecker
 TYPE'item_total'    
class Kernel
 CONFIG_EXTS'.{php,xml,yaml,yml}'    
class Kernel
 EXTRA_VERSIONSyliusCoreBundle::EXTRA_VERSION    
 MAJOR_VERSIONSyliusCoreBundle::MAJOR_VERSION    
 MINOR_VERSIONSyliusCoreBundle::MINOR_VERSION    
 RELEASE_VERSIONSyliusCoreBundle::RELEASE_VERSION    
 VERSIONSyliusCoreBundle::VERSION    
 VERSION_IDSyliusCoreBundle::VERSION_ID    
class Kernel
 CONFIG_EXTS'.{php,xml,yaml,yml}'    
class MainMenuBuilder
 EVENT_NAME'sylius.menu.admin.main'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class ManagingProductsContext
 SORT_TYPES['ascending' => 'asc', 'descending' => 'desc']    
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ManagingShippingMethodsContext
 SORT_TYPES['ascending' => 'asc', 'descending' => 'desc']    
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class MergingExtractorResourceMetadataFactory
 RESOURCES['shortName', 'description', 'iri', 'itemOperations', 'collectionOperations', 'subresourceOperations', 'graphql', 'attributes']    
 $defaults<?php /*A*//*B*/ ?>    
 $extractor<?php /*A*//*B*/ ?>    
 $decorated<?php /*A*//*B*/ ?>    
 $resourceMetadataPropertyValueResolver<?php /*A*//*B*/ ?>    
class MessageSendCacher
 CACHE_KEY'messages'    
 $cache<?php /*A*//*B*/ ?>    
class NthOrderRuleChecker
 TYPE'nth_order'    
 $orderRepository<?php /*A*//*B*/ ?>    
class OrderEmailManagerTest
 LOCALE_CODE'en_US'    
 ORDER_NUMBER'#000001'    
 RECIPIENT_EMAIL'test@example.com'    
class OrderShowMenuBuilder
 EVENT_NAME'sylius.menu.admin.order.show'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $csrfTokenManager<?php /*A*//*B*/ ?>    
class OrderTotalGreaterThanOrEqualRuleChecker
 TYPE'order_total_greater_than_or_equal'    
class OrderTotalLessThanOrEqualRuleChecker
 TYPE'order_total_less_than_or_equal'    
class PaymentMethodExampleFactory
 DEFAULT_LOCALE'en_US'    
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $paymentMethodFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
class PercentAttributeType
 TYPE'percent'    
class PercentageDiscountPriceCalculator
 TYPE'percentage_discount'    
class PercentageDiscountPromotionActionCommand
 TYPE'order_percentage_discount'    
 $distributor<?php /*A*//*B*/ ?>    
 $unitsPromotionAdjustmentsApplicator<?php /*A*//*B*/ ?>    
 $minimumPriceDistributor<?php /*A*//*B*/ ?>    
class PriorityQueue
 EXTR_BOTH0x00000003    
 EXTR_DATA0x00000001    
 EXTR_PRIORITY0x00000002    
 $queueClass<?php /*A*//*B*/ ?>    
 $items<?php /*A*//*B*/ ?>    
 $queue<?php /*A*//*B*/ ?>    
class ProductAttributeValueNormalizer
 ALREADY_CALLED'sylius_product_attribute_value_normalizer_already_called'    
 $localeProvider<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class ProductFormMenuBuilder
 EVENT_NAME'sylius.menu.admin.product.form'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class ProductImageNormalizer
 ALREADY_CALLED'sylius_product_image_normalizer_already_called'    
 $prefix<?php /*A*//*B*/ ?>    
 $cacheManager<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class ProductNormalizer
 ALREADY_CALLED'sylius_product_normalizer_already_called'    
 $defaultProductVariantResolver<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class ProductUpdateMenuBuilder
 EVENT_NAME'sylius.menu.admin.product.update'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class ProductVariantFormMenuBuilder
 EVENT_NAME'sylius.menu.admin.product_variant.form'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class ProductVariantNormalizer
 ALREADY_CALLED'sylius_product_variant_normalizer_already_called'    
 $priceCalculator<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $availabilityChecker<?php /*A*//*B*/ ?>    
 $uriBasedSectionContext<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class PromotionUpdateMenuBuilder
 EVENT_NAME'sylius.menu.admin.promotion.update'    
 $factory<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class RedirectPathExtension
 NUMBER_OF_ROUTE_PROPERTIES3    
 $filterStorage<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
class RegisterCartContextsPass
 CART_CONTEXT_SERVICE_TAG'sylius.context.cart'    
class RegisterProcessorsPass
 PROCESSOR_SERVICE_TAG'sylius.order_processor'    
class RequestFactory
 LINKED_DATA_JSON_CONTENT_TYPE'application/ld+json'    
 UPLOAD_FILE_CONTENT_TYPE'multipart/form-data'    
 $contentTypeGuide<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class RequestHeaderBasedLocaleContext
 NO_CODE_VALID_STUB'NO_CODE_VALID_STUB'    
 $availableLocalesCodes<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class Resources
 ADDRESSES'addresses'    
 ADMINISTRATORS'administrators'    
 AVATAR_IMAGES'avatar-images'    
 CATALOG_PROMOTIONS'catalog-promotions'    
 CHANNELS'channels'    
 CONTACT_REQUESTS'contact-requests'    
 COUNTRIES'countries'    
 CURRENCIES'currencies'    
 CUSTOMERS'customers'    
 CUSTOMER_GROUPS'customer-groups'    
 EXCHANGE_RATES'exchange-rates'    
 LOCALES'locales'    
 ORDERS'orders'    
 ORDER_ITEMS'order-item-units'    
 ORDER_ITEM_UNITS'order-item-units'    
 PAYMENTS'payments'    
 PAYMENT_METHODS'payment-methods'    
 PRODUCTS'products'    
 PRODUCT_ASSOCIATION_TYPES'product-association-types'    
 PRODUCT_OPTIONS'product-options'    
 PRODUCT_REVIEWS'product-reviews'    
 PRODUCT_VARIANTS'product-variants'    
 PROMOTIONS'promotions'    
 PROVINCES'provinces'    
 SHIPMENTS'shipments'    
 SHIPPING_CATEGORIES'shipping-categories'    
 SHIPPING_METHODS'shipping-methods'    
 TAX_CATEGORIES'tax-categories'    
 ZONES'zones'    
class RoboFile
 FAILED'failed'    
 ROOT_DIR__DIR__    
 SUCCESS'success'    
 YES'yes'    
class SelectAttributeType
 TYPE'select'    
class SessionManager
 SESSION_CHROME_HEADLESS_SECOND'chrome_headless_second_session'    
 $mink<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $securityService<?php /*A*//*B*/ ?>    
class SettingsRequirements
 RECOMMENDED_PHP_VERSION'7.0'    
class ShipmentUnitTransitions
 GRAPH'sylius_shipment_unit'    
 SYLIUS_CANCEL'cancel'    
 SYLIUS_CREATE'create'    
 SYLIUS_SHIP'ship'    
class ShippingCountryRuleChecker
 TYPE'shipping_country'    
 $countryRepository<?php /*A*//*B*/ ?>    
class ShippingMethodNormalizer
 ALREADY_CALLED'sylius_shipping_method_normalizer_already_called'    
 $orderRepository<?php /*A*//*B*/ ?>    
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $shippingCalculators<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class ShippingPercentageDiscountPromotionActionCommand
 TYPE'shipping_percentage_discount'    
 $adjustmentFactory<?php /*A*//*B*/ ?>    
class SyliusCoreBundle
 EXTRA_VERSION'DEV'    
 MAJOR_VERSION'1'    
 MINOR_VERSION'12'    
 RELEASE_VERSION'14'    
 VERSION'1.12.14-DEV'    
 VERSION_ID'11214'    
class TextAttributeType
 TYPE'text'    
class TextareaAttributeType
 TYPE'textarea'    
class TotalOfItemsFromTaxonRuleChecker
 TYPE'total_of_items_from_taxon'    
 $taxonRepository<?php /*A*//*B*/ ?>    
class TotalWeightGreaterThanOrEqualRuleChecker
 TYPE'total_weight_greater_than_or_equal'    
class TotalWeightLessThanOrEqualRuleChecker
 TYPE'total_weight_less_than_or_equal'    
class UnitFixedDiscountPromotionActionCommand
 TYPE'unit_fixed_discount'    
 $priceRangeFilter<?php /*A*//*B*/ ?>    
 $taxonFilter<?php /*A*//*B*/ ?>    
 $productFilter<?php /*A*//*B*/ ?>    
class UnitPercentageDiscountPromotionActionCommand
 TYPE'unit_percentage_discount'    
 $priceRangeFilter<?php /*A*//*B*/ ?>    
 $taxonFilter<?php /*A*//*B*/ ?>    
 $productFilter<?php /*A*//*B*/ ?>    
class UnregisterStripeGatewayTypePass
 STRIPE_GATEWAY_TYPE_SERVICE_ID'sylius.form.type.gateway_configuration.stripe'    
class UpdatePage
 TYPE_BILLING'billing'    
 TYPE_SHIPPING'shipping'    
class UserPbkdf2PasswordEncoder
 MAX_PASSWORD_LENGTH4096    
 $algorithm<?php /*A*//*B*/ ?>    
 $encodeHashAsBase64<?php /*A*//*B*/ ?>    
 $iterations<?php /*A*//*B*/ ?>    
 $length<?php /*A*//*B*/ ?>    
class Version20220203115813
 CATALOG_PROMOTION_REMOVAL_DSN'SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN'    
 CATALOG_PROMOTION_REMOVAL_FAILED_DSN'SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN'    
 MAIN_DSN'SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN'    
 MAIN_FAILED_DSN'SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN'    
 OLD_TRANSPORT_DSN'MESSENGER_TRANSPORT_DSN'    
class ZoneDenormalizer
 ALREADY_CALLED'sylius_zone_denormalizer_already_called'    
 $iriConverter<?php /*A*//*B*/ ?>    
class ZoneMatcher
 PRIORITIES[ZoneInterface::TYPE_PROVINCE, ZoneInterface::TYPE_COUNTRY, ZoneInterface::TYPE_ZONE, ]    
 $zoneRepository<?php /*A*//*B*/ ?>    
class Version20161214153137
 $container<?php /*A*//*B*/ ?>    
class Version20171003103916
 $container<?php /*A*//*B*/ ?>    
class Version20161219160441
 $container<?php /*A*//*B*/ ?>    
class Version20170109143010
 $container<?php /*A*//*B*/ ?>    
class NotificationType
 $types<?php /*A*//*B*/ ?>    
 $value<?php /*A*//*B*/ ?>    
class ShowPage
 $summaryPage<?php /*A*//*B*/ ?>    
class CompletePage
 $tableAccessor<?php /*A*//*B*/ ?>    
class IndexPage
 $tableAccessor<?php /*A*//*B*/ ?>    
class ShowPage
 $tableAccessor<?php /*A*//*B*/ ?>    
class DashboardPage
 $tableAccessor<?php /*A*//*B*/ ?>    
class ShowPage
 $tableAccessor<?php /*A*//*B*/ ?>    
 $moneyFormatter<?php /*A*//*B*/ ?>    
class UpdateSimpleProductPage
 $imageUrls<?php /*A*//*B*/ ?>    
class IndexPage
 $imageExistenceChecker<?php /*A*//*B*/ ?>    
class UpdateConfigurableProductPage
 $imageUrls<?php /*A*//*B*/ ?>    
class CreatePage
 $choiceListIndex<?php /*A*//*B*/ ?>    
class CreatePage
 $routeName<?php /*A*//*B*/ ?>    
class IndexPage
 $tableAccessor<?php /*A*//*B*/ ?>    
 $routeName<?php /*A*//*B*/ ?>    
class UpdatePage
 $routeName<?php /*A*//*B*/ ?>    
class UpdatePage
 $imageUrls<?php /*A*//*B*/ ?>    
class PaypalExpressCheckoutPage
 $securityTokenRepository<?php /*A*//*B*/ ?>    
class CustomerContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $customerShowPage<?php /*A*//*B*/ ?>    
class EmailContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $emailChecker<?php /*A*//*B*/ ?>    
 $translator<?php /*A*//*B*/ ?>    
class UserContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
 $customerShowPage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
class PaypalContext
 $paypalExpressCheckoutPage<?php /*A*//*B*/ ?>    
 $orderDetails<?php /*A*//*B*/ ?>    
 $summaryPage<?php /*A*//*B*/ ?>    
 $paypalApiMocker<?php /*A*//*B*/ ?>    
class BrowserContext
 $browserElement<?php /*A*//*B*/ ?>    
class ChannelContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $channelContextSetter<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $channelCreatePage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
 $pluginMainPage<?php /*A*//*B*/ ?>    
class ThemeContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $channelIndexPage<?php /*A*//*B*/ ?>    
 $channelUpdatePage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
class ContactContext
 $contactPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ProductAttributeContext
 $showPage<?php /*A*//*B*/ ?>    
class AuthorizationContext
 $loginPage<?php /*A*//*B*/ ?>    
 $registerPage<?php /*A*//*B*/ ?>    
 $registerElement<?php /*A*//*B*/ ?>    
class CartContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $summaryPage<?php /*A*//*B*/ ?>    
 $addressPage<?php /*A*//*B*/ ?>    
 $checkoutSubtotalElement<?php /*A*//*B*/ ?>    
 $productShowPage<?php /*A*//*B*/ ?>    
 $cartWidgetElement<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $sessionManager<?php /*A*//*B*/ ?>    
 $browserElement<?php /*A*//*B*/ ?>    
class ProductContext
 $showPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $productReviewsIndexPage<?php /*A*//*B*/ ?>    
 $errorPage<?php /*A*//*B*/ ?>    
 $verticalMenuElement<?php /*A*//*B*/ ?>    
 $channelContextSetter<?php /*A*//*B*/ ?>    
class BrowsingProductContext
 $showPage<?php /*A*//*B*/ ?>    
class LocaleContext
 $homePage<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class CurrencyContext
 $homePage<?php /*A*//*B*/ ?>    
class LoginContext
 $homePage<?php /*A*//*B*/ ?>    
 $loginPage<?php /*A*//*B*/ ?>    
 $registerPage<?php /*A*//*B*/ ?>    
 $requestPasswordResetPage<?php /*A*//*B*/ ?>    
 $resetPasswordPage<?php /*A*//*B*/ ?>    
 $wellKnownPasswordChangePage<?php /*A*//*B*/ ?>    
 $registerElement<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
class RegistrationContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $dashboardPage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
 $loginPage<?php /*A*//*B*/ ?>    
 $registerPage<?php /*A*//*B*/ ?>    
 $verificationPage<?php /*A*//*B*/ ?>    
 $profileUpdatePage<?php /*A*//*B*/ ?>    
 $registerElement<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class HomepageContext
 $homePage<?php /*A*//*B*/ ?>    
 $menuElement<?php /*A*//*B*/ ?>    
class AddressBookContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $addressRepository<?php /*A*//*B*/ ?>    
 $addressBookIndexPage<?php /*A*//*B*/ ?>    
 $addressBookCreatePage<?php /*A*//*B*/ ?>    
 $addressBookUpdatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ProductReviewContext
 $createPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class AccountContext
 $dashboardPage<?php /*A*//*B*/ ?>    
 $profileUpdatePage<?php /*A*//*B*/ ?>    
 $changePasswordPage<?php /*A*//*B*/ ?>    
 $orderIndexPage<?php /*A*//*B*/ ?>    
 $orderShowPage<?php /*A*//*B*/ ?>    
 $loginPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class CheckoutContext
 $addressPage<?php /*A*//*B*/ ?>    
 $selectPaymentPage<?php /*A*//*B*/ ?>    
 $selectShippingPage<?php /*A*//*B*/ ?>    
 $completePage<?php /*A*//*B*/ ?>    
 $registerPage<?php /*A*//*B*/ ?>    
 $registerElement<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $addressingContext<?php /*A*//*B*/ ?>    
 $shippingContext<?php /*A*//*B*/ ?>    
 $paymentContext<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class RegistrationAfterCheckoutContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $loginPage<?php /*A*//*B*/ ?>    
 $thankYouPage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
 $verificationPage<?php /*A*//*B*/ ?>    
 $registerElement<?php /*A*//*B*/ ?>    
class CheckoutOrderDetailsContext
 $orderDetails<?php /*A*//*B*/ ?>    
 $thankYouPage<?php /*A*//*B*/ ?>    
class CheckoutShippingContext
 $selectShippingPage<?php /*A*//*B*/ ?>    
 $selectPaymentPage<?php /*A*//*B*/ ?>    
 $completePage<?php /*A*//*B*/ ?>    
class CheckoutThankYouContext
 $thankYouPage<?php /*A*//*B*/ ?>    
 $orderShowPage<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderDetails<?php /*A*//*B*/ ?>    
class CheckoutPaymentContext
 $selectPaymentPage<?php /*A*//*B*/ ?>    
 $completePage<?php /*A*//*B*/ ?>    
class CheckoutCompleteContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $completePage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class CheckoutAddressingContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $addressPage<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
 $addressComparator<?php /*A*//*B*/ ?>    
 $selectShippingPage<?php /*A*//*B*/ ?>    
 $testHelper<?php /*A*//*B*/ ?>    
class ManagingOrdersContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $showPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $historyPage<?php /*A*//*B*/ ?>    
 $errorPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $sharedSecurityService<?php /*A*//*B*/ ?>    
class ManagingCustomersContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $showPage<?php /*A*//*B*/ ?>    
 $ordersIndexPage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
class ManagingZonesContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class RemovingTaxonContext
 $createPage<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class BrowsingProductVariantsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $defaultProductVariantResolver<?php /*A*//*B*/ ?>    
class ManagingProductReviewsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingTaxCategoriesContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
class ManagingProductVariantsPricesContext
 $updatePage<?php /*A*//*B*/ ?>    
class ManagingExchangeRatesContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
class BrowsingCatalogPromotionProductVariantsContext
 $catalogPromotionProductVariantIndexPage<?php /*A*//*B*/ ?>    
 $productShowPage<?php /*A*//*B*/ ?>    
class RemovingProductContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ProductVariantsCreationContext
 $createPage<?php /*A*//*B*/ ?>    
class ManagingPaymentsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $orderShowPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingChannelsBillingDataContext
 $shopBillingDataElement<?php /*A*//*B*/ ?>    
class ManagingPaymentMethodsContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $gatewayFactories<?php /*A*//*B*/ ?>    
class ManagingShippingCategoriesContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
class LocaleContext
 $dashboardPage<?php /*A*//*B*/ ?>    
 $translator<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
class LoginContext
 $dashboardPage<?php /*A*//*B*/ ?>    
 $loginPage<?php /*A*//*B*/ ?>    
class ManagingCurrenciesContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
class ManagingCatalogPromotionsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $showPage<?php /*A*//*B*/ ?>    
 $formElement<?php /*A*//*B*/ ?>    
 $filterElement<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingCustomerGroupsContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
class ManagingProductTaxonsContext
 $updateSimpleProductPage<?php /*A*//*B*/ ?>    
class ManagingAdministratorLocalesContext
 $updatePage<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingProductAttributesContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $sharedSecurityService<?php /*A*//*B*/ ?>    
class ManagingProductAssociationTypesContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
class ManagingProductsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $createSimpleProductPage<?php /*A*//*B*/ ?>    
 $createConfigurableProductPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updateSimpleProductPage<?php /*A*//*B*/ ?>    
 $updateConfigurableProductPage<?php /*A*//*B*/ ?>    
 $productReviewIndexPage<?php /*A*//*B*/ ?>    
 $indexPerTaxonPage<?php /*A*//*B*/ ?>    
 $variantCreatePage<?php /*A*//*B*/ ?>    
 $variantGeneratePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $variantUpdatePage<?php /*A*//*B*/ ?>    
 $testHelper<?php /*A*//*B*/ ?>    
class ManagingChannelsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $shippingAddressInCheckoutRequiredElement<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ProductShowPageContext
 $indexPage<?php /*A*//*B*/ ?>    
 $productShowPage<?php /*A*//*B*/ ?>    
 $associationsElement<?php /*A*//*B*/ ?>    
 $attributesElement<?php /*A*//*B*/ ?>    
 $detailsElement<?php /*A*//*B*/ ?>    
 $mediaElement<?php /*A*//*B*/ ?>    
 $moreDetailsElement<?php /*A*//*B*/ ?>    
 $pricingElement<?php /*A*//*B*/ ?>    
 $shippingElement<?php /*A*//*B*/ ?>    
 $taxonomyElement<?php /*A*//*B*/ ?>    
 $optionsElement<?php /*A*//*B*/ ?>    
 $variantsElement<?php /*A*//*B*/ ?>    
 $urlGenerator<?php /*A*//*B*/ ?>    
class ManagingPromotionsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $indexCouponPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingTranslatableEntitiesContext
 $taxonCreatePage<?php /*A*//*B*/ ?>    
class ManagingProductVariantsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $generatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ImpersonatingCustomersContext
 $customerShowPage<?php /*A*//*B*/ ?>    
 $dashboardPage<?php /*A*//*B*/ ?>    
 $homePage<?php /*A*//*B*/ ?>    
 $impersonateUserPage<?php /*A*//*B*/ ?>    
class ManagingLocalesContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
class NotificationContext
 $notificationChecker<?php /*A*//*B*/ ?>    
 $testHelper<?php /*A*//*B*/ ?>    
class ManagingTaxRateContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $filterElement<?php /*A*//*B*/ ?>    
class ResettingPasswordContext
 $requestPasswordResetPage<?php /*A*//*B*/ ?>    
 $resetPasswordPage<?php /*A*//*B*/ ?>    
 $resetElement<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingTaxonsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $createForParentPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $testHelper<?php /*A*//*B*/ ?>    
class ManagingShipmentsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $orderShowPage<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $showPage<?php /*A*//*B*/ ?>    
class AccessingEditPageFromProductShowPageContext
 $updateSimpleProductPage<?php /*A*//*B*/ ?>    
 $updateVariantProductPage<?php /*A*//*B*/ ?>    
class ManagingInventoryContext
 $indexPage<?php /*A*//*B*/ ?>    
class ManagingProductOptionsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
class ManagingCountriesContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ProductCreationContext
 $createPage<?php /*A*//*B*/ ?>    
class ManagingPromotionCouponsContext
 $createPage<?php /*A*//*B*/ ?>    
 $generatePage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class DashboardContext
 $dashboardPage<?php /*A*//*B*/ ?>    
class ManagingShippingMethodsContext
 $indexPage<?php /*A*//*B*/ ?>    
 $createPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $currentPageResolver<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
class ManagingAdministratorsContext
 $createPage<?php /*A*//*B*/ ?>    
 $indexPage<?php /*A*//*B*/ ?>    
 $updatePage<?php /*A*//*B*/ ?>    
 $topBarElement<?php /*A*//*B*/ ?>    
 $notificationChecker<?php /*A*//*B*/ ?>    
 $adminUserRepository<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class CustomerContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
 $customerManager<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
class ExchangeRateContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $exchangeRateFactory<?php /*A*//*B*/ ?>    
 $exchangeRateRepository<?php /*A*//*B*/ ?>    
class ProductAttributeContext
 $faker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productAttributeRepository<?php /*A*//*B*/ ?>    
 $productAttributeFactory<?php /*A*//*B*/ ?>    
 $productAttributeValueFactory<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class PromotionContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $actionFactory<?php /*A*//*B*/ ?>    
 $couponFactory<?php /*A*//*B*/ ?>    
 $ruleFactory<?php /*A*//*B*/ ?>    
 $testPromotionFactory<?php /*A*//*B*/ ?>    
 $promotionRepository<?php /*A*//*B*/ ?>    
 $couponGenerator<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class CartContext
 $commandBus<?php /*A*//*B*/ ?>    
 $productVariantResolver<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ProductAssociationContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productAssociationTypeFactory<?php /*A*//*B*/ ?>    
 $productAssociationTypeTranslationFactory<?php /*A*//*B*/ ?>    
 $productAssociationFactory<?php /*A*//*B*/ ?>    
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
 $productAssociationRepository<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class AdminSecurityContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $securityService<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
class UserContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $userManager<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
class ShopSecurityContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $securityService<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
class TaxationContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $taxRateFactory<?php /*A*//*B*/ ?>    
 $taxCategoryFactory<?php /*A*//*B*/ ?>    
 $taxRateRepository<?php /*A*//*B*/ ?>    
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class ZoneContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $zoneFactory<?php /*A*//*B*/ ?>    
 $zoneMemberFactory<?php /*A*//*B*/ ?>    
class ProductContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $productFactory<?php /*A*//*B*/ ?>    
 $productTranslationFactory<?php /*A*//*B*/ ?>    
 $productVariantFactory<?php /*A*//*B*/ ?>    
 $productVariantTranslationFactory<?php /*A*//*B*/ ?>    
 $channelPricingFactory<?php /*A*//*B*/ ?>    
 $productOptionFactory<?php /*A*//*B*/ ?>    
 $productOptionValueFactory<?php /*A*//*B*/ ?>    
 $productImageFactory<?php /*A*//*B*/ ?>    
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $productVariantGenerator<?php /*A*//*B*/ ?>    
 $defaultVariantResolver<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $slugGenerator<?php /*A*//*B*/ ?>    
 $minkParameters<?php /*A*//*B*/ ?>    
class ShippingCategoryContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $shippingCategoryFactory<?php /*A*//*B*/ ?>    
 $shippingCategoryRepository<?php /*A*//*B*/ ?>    
class AddressContext
 $addressRepository<?php /*A*//*B*/ ?>    
 $customerManager<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class LocaleContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $localeConverter<?php /*A*//*B*/ ?>    
 $localeFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $localeManager<?php /*A*//*B*/ ?>    
 $channelManager<?php /*A*//*B*/ ?>    
class GeographicalContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $countryFactory<?php /*A*//*B*/ ?>    
 $provinceFactory<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
 $countryNameConverter<?php /*A*//*B*/ ?>    
 $countryManager<?php /*A*//*B*/ ?>    
class CurrencyContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $currencyFactory<?php /*A*//*B*/ ?>    
 $channelManager<?php /*A*//*B*/ ?>    
class ProductTaxonContext
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class CustomerGroupContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $customerGroupRepository<?php /*A*//*B*/ ?>    
 $customerGroupFactory<?php /*A*//*B*/ ?>    
class ChannelContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $channelContextSetter<?php /*A*//*B*/ ?>    
 $unitedStatesChannelFactory<?php /*A*//*B*/ ?>    
 $defaultChannelFactory<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $channelManager<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
class ThemeContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $themeRepository<?php /*A*//*B*/ ?>    
 $channelManager<?php /*A*//*B*/ ?>    
 $testThemeConfigurationManager<?php /*A*//*B*/ ?>    
class AdminUserContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $minkParameters<?php /*A*//*B*/ ?>    
class ProductOptionContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productOptionRepository<?php /*A*//*B*/ ?>    
 $productOptionFactory<?php /*A*//*B*/ ?>    
 $productOptionValueFactory<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class PaymentContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $paymentMethodExampleFactory<?php /*A*//*B*/ ?>    
 $paymentMethodTranslationFactory<?php /*A*//*B*/ ?>    
 $paymentMethodManager<?php /*A*//*B*/ ?>    
 $gatewayFactories<?php /*A*//*B*/ ?>    
class ShippingContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $shippingMethodExampleFactory<?php /*A*//*B*/ ?>    
 $shippingMethodRuleFactory<?php /*A*//*B*/ ?>    
 $shippingMethodManager<?php /*A*//*B*/ ?>    
class OrderContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $orderFactory<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $orderItemFactory<?php /*A*//*B*/ ?>    
 $shipmentFactory<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $variantResolver<?php /*A*//*B*/ ?>    
 $itemQuantityModifier<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
class ProductReviewContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productReviewFactory<?php /*A*//*B*/ ?>    
 $productReviewRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class CatalogPromotionContext
 $catalogPromotionExampleFactory<?php /*A*//*B*/ ?>    
 $catalogPromotionScopeFactory<?php /*A*//*B*/ ?>    
 $catalogPromotionActionFactory<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $eventBus<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class TaxonomyContext
 $taxonRepository<?php /*A*//*B*/ ?>    
 $taxonFactory<?php /*A*//*B*/ ?>    
 $taxonTranslationFactory<?php /*A*//*B*/ ?>    
 $taxonImageFactory<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $taxonSlugGenerator<?php /*A*//*B*/ ?>    
 $minkParameters<?php /*A*//*B*/ ?>    
class CheckoutContext
 $orderRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ShowingAvailablePluginsContext
 $application<?php /*A*//*B*/ ?>    
 $tester<?php /*A*//*B*/ ?>    
 $command<?php /*A*//*B*/ ?>    
 $kernel<?php /*A*//*B*/ ?>    
class InstallerContext
 $application<?php /*A*//*B*/ ?>    
 $tester<?php /*A*//*B*/ ?>    
 $command<?php /*A*//*B*/ ?>    
 $inputChoices<?php /*A*//*B*/ ?>    
 $kernel<?php /*A*//*B*/ ?>    
class EmailContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $emailChecker<?php /*A*//*B*/ ?>    
 $translator<?php /*A*//*B*/ ?>    
class CustomerContext
 $verificationToken<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $registrationContext<?php /*A*//*B*/ ?>    
 $loginContext<?php /*A*//*B*/ ?>    
 $shopApiSecurityContext<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ExchangeRateContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ContactContext
 $content<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ProductAttributeContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class PromotionContext
 $client<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class CartContext
 $shopClient<?php /*A*//*B*/ ?>    
 $adminClient<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productVariantResolver<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ShipmentContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ProductContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $channelContextSetter<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class AddressContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class LocaleContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class OrderItemContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ProductVariantContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class CurrencyContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class LoginContext
 $request<?php /*A*//*B*/ ?>    
 $apiSecurityClient<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $shopAuthenticationTokenClient<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ChannelContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class RegistrationContext
 $content<?php /*A*//*B*/ ?>    
 $shopClient<?php /*A*//*B*/ ?>    
 $loginContext<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class HomepageContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class PaymentContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class OrderContext
 $shopClient<?php /*A*//*B*/ ?>    
 $adminClient<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $securityService<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ProductReviewContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class AjaxContext
 $client<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class ManagingOrdersContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $adminSecurityService<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingZonesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $zoneMemberClass<?php /*A*//*B*/ ?>    
class ManagingProductReviewsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingTaxCategoriesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingExchangeRatesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class BrowsingCatalogPromotionProductVariantsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class RemovingProductContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingPaymentsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ManagingShippingCategoriesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class LoginContext
 $apiSecurityClient<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingCurrenciesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingCatalogPromotionsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingCustomerGroupsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingProductAssociationTypesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingChannelsContext
 $shopBillingData<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class ManagingPromotionsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingProductVariantsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class ManagingLocalesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ResettingPasswordContext
 $request<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ManagingTaxonsContext
 $client<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
class ManagingShipmentsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
class ManagingProductOptionsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ManagingCountriesContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class ManagingAdministratorsContext
 $client<?php /*A*//*B*/ ?>    
 $responseChecker<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $minkParameters<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
class ManagingOrdersContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderItemRepository<?php /*A*//*B*/ ?>    
 $addressRepository<?php /*A*//*B*/ ?>    
 $adjustmentRepository<?php /*A*//*B*/ ?>    
 $orderManager<?php /*A*//*B*/ ?>    
 $variantResolver<?php /*A*//*B*/ ?>    
 $unpaidOrdersStateUpdater<?php /*A*//*B*/ ?>    
class CartContext
 $orderManager<?php /*A*//*B*/ ?>    
 $expiredCartsRemover<?php /*A*//*B*/ ?>    
class ManagingPaymentsContext
 $paymentRepository<?php /*A*//*B*/ ?>    
class ManagingProductsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $productReviewRepository<?php /*A*//*B*/ ?>    
class ManagingPromotionsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $promotionRepository<?php /*A*//*B*/ ?>    
class ManagingShipmentsContext
 $shipmentRepository<?php /*A*//*B*/ ?>    
class ManagingPromotionCouponsContext
 $sharedStorage<?php /*A*//*B*/ ?>    
 $couponRepository<?php /*A*//*B*/ ?>    
class ManagingShippingMethodsContext
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodManager<?php /*A*//*B*/ ?>    
class CustomerContext
 $customerRepository<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ExchangeRateContext
 $currencyNameConverter<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $exchangeRateRepository<?php /*A*//*B*/ ?>    
class TaxRateContext
 $taxRateRepository<?php /*A*//*B*/ ?>    
class TaxonContext
 $taxonRepository<?php /*A*//*B*/ ?>    
 $locale<?php /*A*//*B*/ ?>    
class PromotionContext
 $promotionRepository<?php /*A*//*B*/ ?>    
 $promotionCouponRepository<?php /*A*//*B*/ ?>    
class CartContext
 $orderRepository<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ShippingCalculatorContext
 $shippingCalculators<?php /*A*//*B*/ ?>    
 $translator<?php /*A*//*B*/ ?>    
class ProductAssociationTypeContext
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
class PaymentMethodContext
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class UserContext
 $sharedStorage<?php /*A*//*B*/ ?>    
class ZoneContext
 $zoneRepository<?php /*A*//*B*/ ?>    
class CouponContext
 $couponRepository<?php /*A*//*B*/ ?>    
class ProductContext
 $productRepository<?php /*A*//*B*/ ?>    
 $locale<?php /*A*//*B*/ ?>    
class ShippingCategoryContext
 $shippingCategoryRepository<?php /*A*//*B*/ ?>    
class ZoneMemberContext
 $countryNameConverter<?php /*A*//*B*/ ?>    
 $provinceRepository<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $zoneMemberRepository<?php /*A*//*B*/ ?>    
class AddressContext
 $addressFactory<?php /*A*//*B*/ ?>    
 $countryNameConverter<?php /*A*//*B*/ ?>    
 $addressRepository<?php /*A*//*B*/ ?>    
 $exampleAddressFactory<?php /*A*//*B*/ ?>    
class LocaleContext
 $localeNameConverter<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class TaxCategoryContext
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
class ProductVariantContext
 $productRepository<?php /*A*//*B*/ ?>    
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ShippingMethodContext
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
class CurrencyContext
 $currencyNameConverter<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
class CustomerGroupContext
 $customerGroupRepository<?php /*A*//*B*/ ?>    
class ChannelContext
 $channelRepository<?php /*A*//*B*/ ?>    
class ThemeContext
 $themeRepository<?php /*A*//*B*/ ?>    
class AdminUserContext
 $adminUserRepository<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class ProvinceContext
 $provinceRepository<?php /*A*//*B*/ ?>    
class ProductOptionContext
 $productOptionRepository<?php /*A*//*B*/ ?>    
class ProductOptionValueContext
 $productOptionValueRepository<?php /*A*//*B*/ ?>    
class OrderContext
 $customerRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class ProductReviewContext
 $productReviewRepository<?php /*A*//*B*/ ?>    
class SharedStorageContext
 $sharedStorage<?php /*A*//*B*/ ?>    
class CatalogPromotionContext
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
class CountryContext
 $countryNameConverter<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
class SessionContext
 $requestStack<?php /*A*//*B*/ ?>    
 $sessionFactory<?php /*A*//*B*/ ?>    
class DoctrineORMContext
 $entityManager<?php /*A*//*B*/ ?>    
class MailerContext
 $cache<?php /*A*//*B*/ ?>    
class TestThemeContext
 $testThemeConfigurationManager<?php /*A*//*B*/ ?>    
class SecurityContext
 $uiSecurityContext<?php /*A*//*B*/ ?>    
 $apiSecurityContext<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
class CartContext
 $apiCartContext<?php /*A*//*B*/ ?>    
 $uiCartContext<?php /*A*//*B*/ ?>    
class NotificationChecker
 $notificationAccessor<?php /*A*//*B*/ ?>    
class ApiSecurityService
 $sharedStorage<?php /*A*//*B*/ ?>    
 $jwtTokenManager<?php /*A*//*B*/ ?>    
class SharedSecurityService
 $adminSecurityService<?php /*A*//*B*/ ?>    
class SharedStorage
 $clipboard<?php /*A*//*B*/ ?>    
 $latestKey<?php /*A*//*B*/ ?>    
class SecurityService
 $sessionTokenVariable<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $cookieSetter<?php /*A*//*B*/ ?>    
 $firewallContextName<?php /*A*//*B*/ ?>    
 $sessionFactory<?php /*A*//*B*/ ?>    
class CookieSetter
 $minkSession<?php /*A*//*B*/ ?>    
 $minkParameters<?php /*A*//*B*/ ?>    
class ChannelContextSetter
 $cookieSetter<?php /*A*//*B*/ ?>    
class IriConverter
 $routeNameResolver<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $identifiersExtractor<?php /*A*//*B*/ ?>    
class ImageExistenceChecker
 $filterService<?php /*A*//*B*/ ?>    
 $mediaRootPath<?php /*A*//*B*/ ?>    
class EmailChecker
 $cache<?php /*A*//*B*/ ?>    
class NotificationAccessor
 $session<?php /*A*//*B*/ ?>    
class Mocker
 $container<?php /*A*//*B*/ ?>    
class PaypalApiMocker
 $mocker<?php /*A*//*B*/ ?>    
 $responseLoader<?php /*A*//*B*/ ?>    
class JavaScriptTestHelper
 $microsecondsInterval<?php /*A*//*B*/ ?>    
 $defaultTimeout<?php /*A*//*B*/ ?>    
class CurrentPageResolver
 $session<?php /*A*//*B*/ ?>    
 $urlMatcher<?php /*A*//*B*/ ?>    
class ApiPlatformSecurityClient
 $request<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $apiUrlPrefix<?php /*A*//*B*/ ?>    
 $section<?php /*A*//*B*/ ?>    
class Request
 $url<?php /*A*//*B*/ ?>    
 $method<?php /*A*//*B*/ ?>    
 $parameters<?php /*A*//*B*/ ?>    
 $headers<?php /*A*//*B*/ ?>    
 $content<?php /*A*//*B*/ ?>    
 $files<?php /*A*//*B*/ ?>    
class RequestBuilder
 $uri<?php /*A*//*B*/ ?>    
 $method<?php /*A*//*B*/ ?>    
 $parameters<?php /*A*//*B*/ ?>    
 $headers<?php /*A*//*B*/ ?>    
 $content<?php /*A*//*B*/ ?>    
 $files<?php /*A*//*B*/ ?>    
class ApiPlatformClient
 $request<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $sharedStorage<?php /*A*//*B*/ ?>    
 $requestFactory<?php /*A*//*B*/ ?>    
 $authorizationHeader<?php /*A*//*B*/ ?>    
 $section<?php /*A*//*B*/ ?>    
class PromotionSubjectCouponEligibilityChecker
 $promotionCouponEligibilityChecker<?php /*A*//*B*/ ?>    
class CompositePromotionCouponEligibilityChecker
 $promotionCouponEligibilityCheckers<?php /*A*//*B*/ ?>    
class CompositePromotionEligibilityChecker
 $promotionEligibilityCheckers<?php /*A*//*B*/ ?>    
class PromotionRulesEligibilityChecker
 $ruleRegistry<?php /*A*//*B*/ ?>    
class PromotionProcessor
 $preQualifiedPromotionsProvider<?php /*A*//*B*/ ?>    
 $promotionEligibilityChecker<?php /*A*//*B*/ ?>    
 $promotionApplicator<?php /*A*//*B*/ ?>    
class ActivePromotionsProvider
 $promotionRepository<?php /*A*//*B*/ ?>    
class PromotionCouponGenerator
 $couponFactory<?php /*A*//*B*/ ?>    
 $couponRepository<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $generationPolicy<?php /*A*//*B*/ ?>    
class PercentageGenerationPolicy
 $couponRepository<?php /*A*//*B*/ ?>    
 $ratio<?php /*A*//*B*/ ?>    
class PromotionCouponGeneratorInstruction
 $amount<?php /*A*//*B*/ ?>    
 $prefix<?php /*A*//*B*/ ?>    
 $codeLength<?php /*A*//*B*/ ?>    
 $suffix<?php /*A*//*B*/ ?>    
 $expiresAt<?php /*A*//*B*/ ?>    
 $usageLimit<?php /*A*//*B*/ ?>    
class PromotionApplicator
 $registry<?php /*A*//*B*/ ?>    
class CatalogPromotionAction
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $catalogPromotion<?php /*A*//*B*/ ?>    
class PromotionCoupon
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $usageLimit<?php /*A*//*B*/ ?>    
 $used<?php /*A*//*B*/ ?>    
 $promotion<?php /*A*//*B*/ ?>    
 $expiresAt<?php /*A*//*B*/ ?>    
class CatalogPromotion
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $startDate<?php /*A*//*B*/ ?>    
 $endDate<?php /*A*//*B*/ ?>    
 $priority<?php /*A*//*B*/ ?>    
 $exclusive<?php /*A*//*B*/ ?>    
 $state<?php /*A*//*B*/ ?>    
 $scopes<?php /*A*//*B*/ ?>    
 $actions<?php /*A*//*B*/ ?>    
 $enabled<?php /*A*//*B*/ ?>    
class Promotion
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $priority<?php /*A*//*B*/ ?>    
 $exclusive<?php /*A*//*B*/ ?>    
 $usageLimit<?php /*A*//*B*/ ?>    
 $used<?php /*A*//*B*/ ?>    
 $startsAt<?php /*A*//*B*/ ?>    
 $endsAt<?php /*A*//*B*/ ?>    
 $couponBased<?php /*A*//*B*/ ?>    
 $coupons<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
 $actions<?php /*A*//*B*/ ?>    
 $appliesToDiscounted<?php /*A*//*B*/ ?>    
class PromotionRule
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $promotion<?php /*A*//*B*/ ?>    
class CatalogPromotionTranslation
 $id<?php /*A*//*B*/ ?>    
 $label<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
class CatalogPromotionScope
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $catalogPromotion<?php /*A*//*B*/ ?>    
class PromotionAction
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $promotion<?php /*A*//*B*/ ?>    
class CatalogPromotionUpdated
 $code<?php /*A*//*B*/ ?>    
class CatalogPromotionCreated
 $code<?php /*A*//*B*/ ?>    
class CatalogPromotionEnded
 $code<?php /*A*//*B*/ ?>    
class PromotionCouponFactory
 $factory<?php /*A*//*B*/ ?>    
class CartContext
 $cartFactory<?php /*A*//*B*/ ?>    
class CompositeCartContext
 $cartContexts<?php /*A*//*B*/ ?>    
class OrderModifier
 $orderProcessor<?php /*A*//*B*/ ?>    
 $orderItemQuantityModifier<?php /*A*//*B*/ ?>    
class OrderItemQuantityModifier
 $orderItemUnitFactory<?php /*A*//*B*/ ?>    
class CompositeOrderProcessor
 $orderProcessors<?php /*A*//*B*/ ?>    
class Adjustment
 $id<?php /*A*//*B*/ ?>    
 $order<?php /*A*//*B*/ ?>    
 $orderItem<?php /*A*//*B*/ ?>    
 $orderItemUnit<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $label<?php /*A*//*B*/ ?>    
 $amount<?php /*A*//*B*/ ?>    
 $neutral<?php /*A*//*B*/ ?>    
 $locked<?php /*A*//*B*/ ?>    
 $originCode<?php /*A*//*B*/ ?>    
 $details<?php /*A*//*B*/ ?>    
class Order
 $id<?php /*A*//*B*/ ?>    
 $checkoutCompletedAt<?php /*A*//*B*/ ?>    
 $number<?php /*A*//*B*/ ?>    
 $notes<?php /*A*//*B*/ ?>    
 $items<?php /*A*//*B*/ ?>    
 $itemsTotal<?php /*A*//*B*/ ?>    
 $adjustments<?php /*A*//*B*/ ?>    
 $adjustmentsTotal<?php /*A*//*B*/ ?>    
 $total<?php /*A*//*B*/ ?>    
 $state<?php /*A*//*B*/ ?>    
class OrderItem
 $id<?php /*A*//*B*/ ?>    
 $order<?php /*A*//*B*/ ?>    
 $quantity<?php /*A*//*B*/ ?>    
 $unitPrice<?php /*A*//*B*/ ?>    
 $originalUnitPrice<?php /*A*//*B*/ ?>    
 $total<?php /*A*//*B*/ ?>    
 $immutable<?php /*A*//*B*/ ?>    
 $units<?php /*A*//*B*/ ?>    
 $unitsTotal<?php /*A*//*B*/ ?>    
 $adjustments<?php /*A*//*B*/ ?>    
 $adjustmentsTotal<?php /*A*//*B*/ ?>    
class OrderSequence
 $id<?php /*A*//*B*/ ?>    
 $index<?php /*A*//*B*/ ?>    
class OrderItemUnit
 $id<?php /*A*//*B*/ ?>    
 $adjustments<?php /*A*//*B*/ ?>    
 $adjustmentsTotal<?php /*A*//*B*/ ?>    
 $orderItem<?php /*A*//*B*/ ?>    
class OrderItemUnitFactory
 $className<?php /*A*//*B*/ ?>    
class AdjustmentFactory
 $adjustmentFactory<?php /*A*//*B*/ ?>    
class ImmutableLocaleContext
 $localeCode<?php /*A*//*B*/ ?>    
class ProviderBasedLocaleContext
 $localeProvider<?php /*A*//*B*/ ?>    
class CompositeLocaleContext
 $localeContexts<?php /*A*//*B*/ ?>    
class LocaleProvider
 $localeRepository<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class Locale
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
class TaxonInPromotionRuleChecker
 $promotionRuleRepository<?php /*A*//*B*/ ?>    
class ProductInPromotionRuleChecker
 $promotionRuleRepository<?php /*A*//*B*/ ?>    
class PromotionCouponPerCustomerUsageLimitEligibilityChecker
 $orderRepository<?php /*A*//*B*/ ?>    
class ItemTotalRuleChecker
 $itemTotalRuleChecker<?php /*A*//*B*/ ?>    
class HasTaxonRuleUpdater
 $promotionRuleRepository<?php /*A*//*B*/ ?>    
 $manager<?php /*A*//*B*/ ?>    
class TotalOfItemsFromTaxonRuleUpdater
 $promotionRuleRepository<?php /*A*//*B*/ ?>    
class ContainsProductRuleUpdater
 $promotionRuleRepository<?php /*A*//*B*/ ?>    
class UnitDiscountPromotionActionCommand
 $adjustmentFactory<?php /*A*//*B*/ ?>    
class PriceRangeFilter
 $productVariantPriceCalculator<?php /*A*//*B*/ ?>    
class UnitsPromotionAdjustmentsApplicator
 $adjustmentFactory<?php /*A*//*B*/ ?>    
 $distributor<?php /*A*//*B*/ ?>    
class LocaleStorage
 $storage<?php /*A*//*B*/ ?>    
class StorageBasedLocaleContext
 $channelContext<?php /*A*//*B*/ ?>    
 $localeStorage<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class ShopperContext
 $channelContext<?php /*A*//*B*/ ?>    
 $currencyContext<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
 $customerContext<?php /*A*//*B*/ ?>    
class TestPromotionFactory
 $promotionFactory<?php /*A*//*B*/ ?>    
class TranslatableEntityLocaleAssigner
 $localeContext<?php /*A*//*B*/ ?>    
 $translationLocaleProvider<?php /*A*//*B*/ ?>    
 $commandBasedChecker<?php /*A*//*B*/ ?>    
class CLIContextChecker
 $requestStack<?php /*A*//*B*/ ?>    
class OrderPaymentMethodSelectionRequirementChecker
 $paymentMethodsResolver<?php /*A*//*B*/ ?>    
class OrderShippingMethodSelectionRequirementChecker
 $shippingMethodsResolver<?php /*A*//*B*/ ?>    
class OrderPaymentProvider
 $defaultPaymentMethodResolver<?php /*A*//*B*/ ?>    
 $paymentFactory<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class TranslationLocaleProvider
 $localeRepository<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class ProductVariantsPricesProvider
 $productVariantPriceCalculator<?php /*A*//*B*/ ?>    
class ChannelBasedLocaleProvider
 $channelContext<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class ActivePromotionsByChannelProvider
 $promotionRepository<?php /*A*//*B*/ ?>    
class UnpaidOrdersStateUpdater
 $logger<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $expirationPeriod<?php /*A*//*B*/ ?>    
class FlysystemFilesystemAdapter
 $filesystem<?php /*A*//*B*/ ?>    
class GaufretteFilesystemAdapter
 $filesystem<?php /*A*//*B*/ ?>    
class OrderItemsTaxesApplicator
 $calculator<?php /*A*//*B*/ ?>    
 $adjustmentFactory<?php /*A*//*B*/ ?>    
 $distributor<?php /*A*//*B*/ ?>    
 $taxRateResolver<?php /*A*//*B*/ ?>    
 $proportionalIntegerDistributor<?php /*A*//*B*/ ?>    
class OrderItemUnitsTaxesApplicator
 $calculator<?php /*A*//*B*/ ?>    
 $adjustmentFactory<?php /*A*//*B*/ ?>    
 $taxRateResolver<?php /*A*//*B*/ ?>    
 $proportionalIntegerDistributor<?php /*A*//*B*/ ?>    
class OrderShipmentTaxesApplicator
 $calculator<?php /*A*//*B*/ ?>    
 $adjustmentFactory<?php /*A*//*B*/ ?>    
 $taxRateResolver<?php /*A*//*B*/ ?>    
class Interval
 $interval<?php /*A*//*B*/ ?>    
class SalesDataProvider
 $orderRepository<?php /*A*//*B*/ ?>    
class SalesSummary
 $intervalsSalesMap<?php /*A*//*B*/ ?>    
class DashboardStatistics
 $totalSales<?php /*A*//*B*/ ?>    
 $numberOfNewOrders<?php /*A*//*B*/ ?>    
 $numberOfNewCustomers<?php /*A*//*B*/ ?>    
 $channel<?php /*A*//*B*/ ?>    
class DashboardStatisticsProvider
 $orderRepository<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
class PaymentMethod
 $channels<?php /*A*//*B*/ ?>    
 $gatewayConfig<?php /*A*//*B*/ ?>    
class Shipment
 $order<?php /*A*//*B*/ ?>    
 $adjustments<?php /*A*//*B*/ ?>    
 $adjustmentsTotal<?php /*A*//*B*/ ?>    
class ChannelPricing
 $id<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $productVariant<?php /*A*//*B*/ ?>    
 $price<?php /*A*//*B*/ ?>    
 $originalPrice<?php /*A*//*B*/ ?>    
 $minimumPrice<?php /*A*//*B*/ ?>    
 $appliedPromotions<?php /*A*//*B*/ ?>    
class PromotionCoupon
 $perCustomerUsageLimit<?php /*A*//*B*/ ?>    
 $reusableFromCancelledOrders<?php /*A*//*B*/ ?>    
class Adjustment
 $shipment<?php /*A*//*B*/ ?>    
class ProductTaxon
 $id<?php /*A*//*B*/ ?>    
 $product<?php /*A*//*B*/ ?>    
 $taxon<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
class CatalogPromotion
 $channels<?php /*A*//*B*/ ?>    
class Product
 $variantSelectionMethod<?php /*A*//*B*/ ?>    
 $productTaxons<?php /*A*//*B*/ ?>    
 $channels<?php /*A*//*B*/ ?>    
 $mainTaxon<?php /*A*//*B*/ ?>    
 $reviews<?php /*A*//*B*/ ?>    
 $averageRating<?php /*A*//*B*/ ?>    
 $images<?php /*A*//*B*/ ?>    
class Order
 $customer<?php /*A*//*B*/ ?>    
 $channel<?php /*A*//*B*/ ?>    
 $shippingAddress<?php /*A*//*B*/ ?>    
 $billingAddress<?php /*A*//*B*/ ?>    
 $payments<?php /*A*//*B*/ ?>    
 $shipments<?php /*A*//*B*/ ?>    
 $currencyCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $promotionCoupon<?php /*A*//*B*/ ?>    
 $checkoutState<?php /*A*//*B*/ ?>    
 $paymentState<?php /*A*//*B*/ ?>    
 $shippingState<?php /*A*//*B*/ ?>    
 $promotions<?php /*A*//*B*/ ?>    
 $tokenValue<?php /*A*//*B*/ ?>    
 $customerIp<?php /*A*//*B*/ ?>    
 $createdByGuest<?php /*A*//*B*/ ?>    
class Address
 $customer<?php /*A*//*B*/ ?>    
class ProductImage
 $productVariants<?php /*A*//*B*/ ?>    
class Promotion
 $channels<?php /*A*//*B*/ ?>    
class OrderItem
 $version<?php /*A*//*B*/ ?>    
 $variant<?php /*A*//*B*/ ?>    
 $productName<?php /*A*//*B*/ ?>    
 $variantName<?php /*A*//*B*/ ?>    
class ShippingMethod
 $zone<?php /*A*//*B*/ ?>    
 $taxCategory<?php /*A*//*B*/ ?>    
 $channels<?php /*A*//*B*/ ?>    
class Payment
 $order<?php /*A*//*B*/ ?>    
class OrderSequence
 $version<?php /*A*//*B*/ ?>    
class Customer
 $orders<?php /*A*//*B*/ ?>    
 $defaultAddress<?php /*A*//*B*/ ?>    
 $addresses<?php /*A*//*B*/ ?>    
 $user<?php /*A*//*B*/ ?>    
class ProductTranslation
 $shortDescription<?php /*A*//*B*/ ?>    
class Taxon
 $images<?php /*A*//*B*/ ?>    
class ShopBillingData
 $id<?php /*A*//*B*/ ?>    
 $company<?php /*A*//*B*/ ?>    
 $taxId<?php /*A*//*B*/ ?>    
 $countryCode<?php /*A*//*B*/ ?>    
 $street<?php /*A*//*B*/ ?>    
 $city<?php /*A*//*B*/ ?>    
 $postcode<?php /*A*//*B*/ ?>    
class ShopUser
 $customer<?php /*A*//*B*/ ?>    
class Channel
 $baseCurrency<?php /*A*//*B*/ ?>    
 $defaultLocale<?php /*A*//*B*/ ?>    
 $defaultTaxZone<?php /*A*//*B*/ ?>    
 $taxCalculationStrategy<?php /*A*//*B*/ ?>    
 $currencies<?php /*A*//*B*/ ?>    
 $locales<?php /*A*//*B*/ ?>    
 $countries<?php /*A*//*B*/ ?>    
 $themeName<?php /*A*//*B*/ ?>    
 $contactEmail<?php /*A*//*B*/ ?>    
 $contactPhoneNumber<?php /*A*//*B*/ ?>    
 $skippingShippingStepAllowed<?php /*A*//*B*/ ?>    
 $skippingPaymentStepAllowed<?php /*A*//*B*/ ?>    
 $accountVerificationRequired<?php /*A*//*B*/ ?>    
 $shippingAddressInCheckoutRequired<?php /*A*//*B*/ ?>    
 $shopBillingData<?php /*A*//*B*/ ?>    
 $menuTaxon<?php /*A*//*B*/ ?>    
class AdminUser
 $firstName<?php /*A*//*B*/ ?>    
 $lastName<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $avatar<?php /*A*//*B*/ ?>    
class ProductVariant
 $version<?php /*A*//*B*/ ?>    
 $onHold<?php /*A*//*B*/ ?>    
 $onHand<?php /*A*//*B*/ ?>    
 $tracked<?php /*A*//*B*/ ?>    
 $weight<?php /*A*//*B*/ ?>    
 $width<?php /*A*//*B*/ ?>    
 $height<?php /*A*//*B*/ ?>    
 $depth<?php /*A*//*B*/ ?>    
 $taxCategory<?php /*A*//*B*/ ?>    
 $shippingCategory<?php /*A*//*B*/ ?>    
 $channelPricings<?php /*A*//*B*/ ?>    
 $shippingRequired<?php /*A*//*B*/ ?>    
 $images<?php /*A*//*B*/ ?>    
class OrderItemUnit
 $shipment<?php /*A*//*B*/ ?>    
class TaxRate
 $zone<?php /*A*//*B*/ ?>    
class Image
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $file<?php /*A*//*B*/ ?>    
 $path<?php /*A*//*B*/ ?>    
 $owner<?php /*A*//*B*/ ?>    
class MinimumPriceDistributor
 $proportionalIntegerDistributor<?php /*A*//*B*/ ?>    
class ShopBasedCartContext
 $cartContext<?php /*A*//*B*/ ?>    
 $shopperContext<?php /*A*//*B*/ ?>    
 $createdByGuestFlagResolver<?php /*A*//*B*/ ?>    
 $cart<?php /*A*//*B*/ ?>    
class LimitingOrderItemQuantityModifier
 $decoratedOrderItemQuantityModifier<?php /*A*//*B*/ ?>    
 $limit<?php /*A*//*B*/ ?>    
class CreatedByGuestFlagResolver
 $tokenStorage<?php /*A*//*B*/ ?>    
class ShippingChargesProcessor
 $adjustmentFactory<?php /*A*//*B*/ ?>    
 $shippingChargesCalculator<?php /*A*//*B*/ ?>    
class OrderTaxesProcessor
 $defaultTaxZoneProvider<?php /*A*//*B*/ ?>    
 $zoneMatcher<?php /*A*//*B*/ ?>    
 $strategyRegistry<?php /*A*//*B*/ ?>    
 $taxationAddressResolver<?php /*A*//*B*/ ?>    
class OrderPricesRecalculator
 $productVariantPriceCalculator<?php /*A*//*B*/ ?>    
class OrderPaymentProcessor
 $orderPaymentProvider<?php /*A*//*B*/ ?>    
 $targetState<?php /*A*//*B*/ ?>    
 $orderPaymentsRemover<?php /*A*//*B*/ ?>    
 $unprocessableOrderStates<?php /*A*//*B*/ ?>    
class OrderPromotionProcessor
 $promotionProcessor<?php /*A*//*B*/ ?>    
class OrderShipmentProcessor
 $defaultShippingMethodResolver<?php /*A*//*B*/ ?>    
 $shipmentFactory<?php /*A*//*B*/ ?>    
 $shippingMethodsResolver<?php /*A*//*B*/ ?>    
class OrderAdjustmentsClearer
 $adjustmentsToRemove<?php /*A*//*B*/ ?>    
class UniqueIdBasedOrderTokenAssigner
 $generator<?php /*A*//*B*/ ?>    
class ProductUpdated
 $code<?php /*A*//*B*/ ?>    
class ProductVariantUpdated
 $code<?php /*A*//*B*/ ?>    
class ProductCreated
 $code<?php /*A*//*B*/ ?>    
class ProductVariantCreated
 $code<?php /*A*//*B*/ ?>    
class CurrencyStorage
 $storage<?php /*A*//*B*/ ?>    
class StorageBasedCurrencyContext
 $channelContext<?php /*A*//*B*/ ?>    
 $currencyStorage<?php /*A*//*B*/ ?>    
class ChannelAwareCurrencyContext
 $currencyContext<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class ChannelFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
 $defaultCalculationStrategy<?php /*A*//*B*/ ?>    
class PromotionRuleFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
class PaymentMethodFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
 $gatewayConfigFactory<?php /*A*//*B*/ ?>    
class CartItemFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
 $variantResolver<?php /*A*//*B*/ ?>    
class AddressFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
class CustomerAfterCheckoutFactory
 $baseCustomerFactory<?php /*A*//*B*/ ?>    
class PromotionActionFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
class DefaultShippingMethodResolver
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
class ChannelBasedPaymentMethodsResolver
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class DefaultPaymentMethodResolver
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class ZoneAndChannelBasedShippingMethodsResolver
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $zoneMatcher<?php /*A*//*B*/ ?>    
 $eligibilityChecker<?php /*A*//*B*/ ?>    
class EligibleDefaultShippingMethodResolver
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodEligibilityChecker<?php /*A*//*B*/ ?>    
 $zoneMatcher<?php /*A*//*B*/ ?>    
class TaxationAddressResolver
 $shippingAddressBasedTaxation<?php /*A*//*B*/ ?>    
class CustomerOrderAddressesSaver
 $addressAdder<?php /*A*//*B*/ ?>    
class CustomerUniqueAddressAdder
 $addressComparator<?php /*A*//*B*/ ?>    
class CustomerStatisticsProvider
 $orderRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
class CustomerStatistics
 $perChannelsStatistics<?php /*A*//*B*/ ?>    
class PerChannelCustomerStatistics
 $ordersCount<?php /*A*//*B*/ ?>    
 $ordersValue<?php /*A*//*B*/ ?>    
 $channel<?php /*A*//*B*/ ?>    
class OrderShippingStateResolver
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class OrderStateResolver
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class OrderPaymentStateResolver
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class CheckoutStateResolver
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $orderPaymentMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
 $orderShippingMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
class AttributeValue
 $id<?php /*A*//*B*/ ?>    
 $subject<?php /*A*//*B*/ ?>    
 $attribute<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $text<?php /*A*//*B*/ ?>    
 $boolean<?php /*A*//*B*/ ?>    
 $integer<?php /*A*//*B*/ ?>    
 $float<?php /*A*//*B*/ ?>    
 $datetime<?php /*A*//*B*/ ?>    
 $date<?php /*A*//*B*/ ?>    
 $json<?php /*A*//*B*/ ?>    
class Attribute
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $storageType<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
 $translatable<?php /*A*//*B*/ ?>    
class AttributeTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class AttributeFactory
 $factory<?php /*A*//*B*/ ?>    
 $attributeTypesRegistry<?php /*A*//*B*/ ?>    
class PaymentMethod
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $environment<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
class Payment
 $id<?php /*A*//*B*/ ?>    
 $method<?php /*A*//*B*/ ?>    
 $currencyCode<?php /*A*//*B*/ ?>    
 $amount<?php /*A*//*B*/ ?>    
 $state<?php /*A*//*B*/ ?>    
 $details<?php /*A*//*B*/ ?>    
class PaymentMethodTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $instructions<?php /*A*//*B*/ ?>    
class PaymentFactory
 $factory<?php /*A*//*B*/ ?>    
class PaymentMethodsResolver
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class CompositeMethodsResolver
 $resolversRegistry<?php /*A*//*B*/ ?>    
class DefaultPaymentMethodResolver
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class PasswordUpdater
 $userPasswordEncoderOrHasher<?php /*A*//*B*/ ?>    
class TokenUniquenessChecker
 $repository<?php /*A*//*B*/ ?>    
 $tokenFieldName<?php /*A*//*B*/ ?>    
class UniquePinGenerator
 $pinLength<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $uniquenessChecker<?php /*A*//*B*/ ?>    
class UniqueTokenGenerator
 $tokenLength<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $uniquenessChecker<?php /*A*//*B*/ ?>    
class User
 $id<?php /*A*//*B*/ ?>    
 $username<?php /*A*//*B*/ ?>    
 $usernameCanonical<?php /*A*//*B*/ ?>    
 $salt<?php /*A*//*B*/ ?>    
 $password<?php /*A*//*B*/ ?>    
 $plainPassword<?php /*A*//*B*/ ?>    
 $lastLogin<?php /*A*//*B*/ ?>    
 $emailVerificationToken<?php /*A*//*B*/ ?>    
 $passwordResetToken<?php /*A*//*B*/ ?>    
 $passwordRequestedAt<?php /*A*//*B*/ ?>    
 $verifiedAt<?php /*A*//*B*/ ?>    
 $locked<?php /*A*//*B*/ ?>    
 $expiresAt<?php /*A*//*B*/ ?>    
 $credentialsExpireAt<?php /*A*//*B*/ ?>    
 $roles<?php /*A*//*B*/ ?>    
 $oauthAccounts<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $emailCanonical<?php /*A*//*B*/ ?>    
 $encoderName<?php /*A*//*B*/ ?>    
class UserOAuth
 $id<?php /*A*//*B*/ ?>    
 $provider<?php /*A*//*B*/ ?>    
 $identifier<?php /*A*//*B*/ ?>    
 $accessToken<?php /*A*//*B*/ ?>    
 $refreshToken<?php /*A*//*B*/ ?>    
 $user<?php /*A*//*B*/ ?>    
class DelegatingCalculator
 $calculatorsRegistry<?php /*A*//*B*/ ?>    
class TaxRateDateEligibilityChecker
 $calendar<?php /*A*//*B*/ ?>    
class TaxCategory
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $rates<?php /*A*//*B*/ ?>    
class TaxRate
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $category<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $amount<?php /*A*//*B*/ ?>    
 $includedInPrice<?php /*A*//*B*/ ?>    
 $calculator<?php /*A*//*B*/ ?>    
 $startDate<?php /*A*//*B*/ ?>    
 $endDate<?php /*A*//*B*/ ?>    
class TaxRateResolver
 $taxRateRepository<?php /*A*//*B*/ ?>    
 $taxRateDateChecker<?php /*A*//*B*/ ?>    
class DelegatingCalculator
 $registry<?php /*A*//*B*/ ?>    
class CompositeShippingMethodEligibilityChecker
 $eligibilityCheckers<?php /*A*//*B*/ ?>    
class ShippingMethodRulesEligibilityChecker
 $ruleRegistry<?php /*A*//*B*/ ?>    
class ShipmentUnit
 $id<?php /*A*//*B*/ ?>    
 $shipment<?php /*A*//*B*/ ?>    
 $shippable<?php /*A*//*B*/ ?>    
class Shipment
 $id<?php /*A*//*B*/ ?>    
 $state<?php /*A*//*B*/ ?>    
 $method<?php /*A*//*B*/ ?>    
 $units<?php /*A*//*B*/ ?>    
 $tracking<?php /*A*//*B*/ ?>    
 $shippedAt<?php /*A*//*B*/ ?>    
class ShippingMethodTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
class ShippingMethod
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
 $category<?php /*A*//*B*/ ?>    
 $categoryRequirement<?php /*A*//*B*/ ?>    
 $calculator<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
class ShippingCategory
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
class ShippingMethodRule
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $configuration<?php /*A*//*B*/ ?>    
 $shippingMethod<?php /*A*//*B*/ ?>    
class DefaultShippingMethodResolver
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
class CompositeMethodsResolver
 $resolversRegistry<?php /*A*//*B*/ ?>    
class ShippingMethodsResolver
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $eligibilityChecker<?php /*A*//*B*/ ?>    
class ProductVariantGenerator
 $setBuilder<?php /*A*//*B*/ ?>    
 $productVariantFactory<?php /*A*//*B*/ ?>    
 $variantsParityChecker<?php /*A*//*B*/ ?>    
class ProductOption
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
 $values<?php /*A*//*B*/ ?>    
class ProductOptionTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class Product
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $attributes<?php /*A*//*B*/ ?>    
 $variants<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
 $associations<?php /*A*//*B*/ ?>    
class ProductVariantTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class ProductAssociationType
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class ProductTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $slug<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $metaKeywords<?php /*A*//*B*/ ?>    
 $metaDescription<?php /*A*//*B*/ ?>    
class ProductVariant
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $product<?php /*A*//*B*/ ?>    
 $optionValues<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
class ProductOptionValue
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $option<?php /*A*//*B*/ ?>    
class ProductAssociation
 $id<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $owner<?php /*A*//*B*/ ?>    
 $associatedProducts<?php /*A*//*B*/ ?>    
class ProductAssociationTypeTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class ProductOptionValueTranslation
 $id<?php /*A*//*B*/ ?>    
 $value<?php /*A*//*B*/ ?>    
class ProductFactory
 $factory<?php /*A*//*B*/ ?>    
 $variantFactory<?php /*A*//*B*/ ?>    
class ProductVariantFactory
 $factory<?php /*A*//*B*/ ?>    
class DefaultProductVariantResolver
 $productVariantRepository<?php /*A*//*B*/ ?>    
class CompositeChannelContext
 $channelContexts<?php /*A*//*B*/ ?>    
class SingleChannelContext
 $channelRepository<?php /*A*//*B*/ ?>    
class CachedPerRequestChannelContext
 $requestToChannelMap<?php /*A*//*B*/ ?>    
 $requestToExceptionMap<?php /*A*//*B*/ ?>    
 $decoratedChannelContext<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class HostnameBasedRequestResolver
 $channelRepository<?php /*A*//*B*/ ?>    
class CompositeRequestResolver
 $requestResolvers<?php /*A*//*B*/ ?>    
class ChannelContext
 $requestResolver<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class Channel
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $hostname<?php /*A*//*B*/ ?>    
 $color<?php /*A*//*B*/ ?>    
class ChannelFactory
 $defaultFactory<?php /*A*//*B*/ ?>    
class TaxonTranslation
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $slug<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
class Taxon
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $root<?php /*A*//*B*/ ?>    
 $parent<?php /*A*//*B*/ ?>    
 $children<?php /*A*//*B*/ ?>    
 $left<?php /*A*//*B*/ ?>    
 $right<?php /*A*//*B*/ ?>    
 $level<?php /*A*//*B*/ ?>    
 $position<?php /*A*//*B*/ ?>    
class TaxonFactory
 $factory<?php /*A*//*B*/ ?>    
class Review
 $id<?php /*A*//*B*/ ?>    
 $title<?php /*A*//*B*/ ?>    
 $rating<?php /*A*//*B*/ ?>    
 $comment<?php /*A*//*B*/ ?>    
 $author<?php /*A*//*B*/ ?>    
 $status<?php /*A*//*B*/ ?>    
 $reviewSubject<?php /*A*//*B*/ ?>    
class Reviewer
 $id<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $firstName<?php /*A*//*B*/ ?>    
 $lastName<?php /*A*//*B*/ ?>    
class ReviewFactory
 $factory<?php /*A*//*B*/ ?>    
class InventoryUnit
 $id<?php /*A*//*B*/ ?>    
 $stockable<?php /*A*//*B*/ ?>    
class CompositeCurrencyContext
 $currencyContexts<?php /*A*//*B*/ ?>    
class CurrencyConverter
 $cache<?php /*A*//*B*/ ?>    
 $exchangeRateRepository<?php /*A*//*B*/ ?>    
class Currency
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
class ExchangeRate
 $id<?php /*A*//*B*/ ?>    
 $ratio<?php /*A*//*B*/ ?>    
 $sourceCurrency<?php /*A*//*B*/ ?>    
 $targetCurrency<?php /*A*//*B*/ ?>    
class CountryProvincesDeletionChecker
 $zoneMemberRepository<?php /*A*//*B*/ ?>    
 $provinceRepository<?php /*A*//*B*/ ?>    
class ZoneDeletionChecker
 $zoneMemberRepository<?php /*A*//*B*/ ?>    
class ProvinceNamingProvider
 $provinceRepository<?php /*A*//*B*/ ?>    
class Country
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $provinces<?php /*A*//*B*/ ?>    
class Address
 $id<?php /*A*//*B*/ ?>    
 $firstName<?php /*A*//*B*/ ?>    
 $lastName<?php /*A*//*B*/ ?>    
 $phoneNumber<?php /*A*//*B*/ ?>    
 $company<?php /*A*//*B*/ ?>    
 $countryCode<?php /*A*//*B*/ ?>    
 $provinceCode<?php /*A*//*B*/ ?>    
 $provinceName<?php /*A*//*B*/ ?>    
 $street<?php /*A*//*B*/ ?>    
 $city<?php /*A*//*B*/ ?>    
 $postcode<?php /*A*//*B*/ ?>    
class Province
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $abbreviation<?php /*A*//*B*/ ?>    
 $country<?php /*A*//*B*/ ?>    
class ZoneMember
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $belongsTo<?php /*A*//*B*/ ?>    
class Zone
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $scope<?php /*A*//*B*/ ?>    
 $members<?php /*A*//*B*/ ?>    
class ZoneFactory
 $factory<?php /*A*//*B*/ ?>    
 $zoneMemberFactory<?php /*A*//*B*/ ?>    
class CustomerGroup
 $id<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class Customer
 $id<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $emailCanonical<?php /*A*//*B*/ ?>    
 $firstName<?php /*A*//*B*/ ?>    
 $lastName<?php /*A*//*B*/ ?>    
 $birthday<?php /*A*//*B*/ ?>    
 $gender<?php /*A*//*B*/ ?>    
 $group<?php /*A*//*B*/ ?>    
 $phoneNumber<?php /*A*//*B*/ ?>    
 $subscribedToNewsletter<?php /*A*//*B*/ ?>    
class CryptedGatewayConfigTypeExtension
 $cypher<?php /*A*//*B*/ ?>    
class GatewayConfigType
 $gatewayConfigurationTypeRegistry<?php /*A*//*B*/ ?>    
class UpdatePaymentStateExtension
 $factory<?php /*A*//*B*/ ?>    
class PaymentDescriptionProvider
 $translator<?php /*A*//*B*/ ?>    
class DoctrineStorage
 $objectManager<?php /*A*//*B*/ ?>    
class PayumController
 $payum<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderMetadata<?php /*A*//*B*/ ?>    
 $requestConfigurationFactory<?php /*A*//*B*/ ?>    
 $viewHandler<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $getStatusRequestFactory<?php /*A*//*B*/ ?>    
 $resolveNextRouteRequestFactory<?php /*A*//*B*/ ?>    
class CapturePaymentAction
 $paymentDescriptionProvider<?php /*A*//*B*/ ?>    
class AuthorizePaymentAction
 $paymentDescriptionProvider<?php /*A*//*B*/ ?>    
class ConvertPaymentAction
 $invoiceNumberGenerator<?php /*A*//*B*/ ?>    
class GatewayConfig
 $id<?php /*A*//*B*/ ?>    
class PaymentSecurityToken
 $hash<?php /*A*//*B*/ ?>    
 $details<?php /*A*//*B*/ ?>    
 $afterUrl<?php /*A*//*B*/ ?>    
 $targetUrl<?php /*A*//*B*/ ?>    
 $gatewayName<?php /*A*//*B*/ ?>    
class GetStatus
 $status<?php /*A*//*B*/ ?>    
class ResolveNextRoute
 $routeName<?php /*A*//*B*/ ?>    
 $routeParameters<?php /*A*//*B*/ ?>    
class AverageRatingUpdater
 $averageRatingCalculator<?php /*A*//*B*/ ?>    
 $reviewSubjectManager<?php /*A*//*B*/ ?>    
class LoadMetadataSubscriber
 $subjects<?php /*A*//*B*/ ?>    
class ReviewChangeListener
 $averageRatingUpdater<?php /*A*//*B*/ ?>    
class LocaleChoiceType
 $localeRepository<?php /*A*//*B*/ ?>    
class RequestLocaleSetter
 $localeContext<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class RequestBasedLocaleContext
 $requestStack<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class LocaleHelper
 $localeConverter<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
class LocaleExtension
 $localeHelper<?php /*A*//*B*/ ?>    
class CurrencyChoiceType
 $currencyRepository<?php /*A*//*B*/ ?>    
class UniqueCurrencyPair
 $message<?php /*A*//*B*/ ?>    
class UniqueCurrencyPairValidator
 $exchangeRateRepository<?php /*A*//*B*/ ?>    
class DifferentSourceTargetCurrency
 $message<?php /*A*//*B*/ ?>    
class CurrencyExtension
 $helper<?php /*A*//*B*/ ?>    
class ExpiredCartsRemover
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderManager<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $expirationPeriod<?php /*A*//*B*/ ?>    
 $batchSize<?php /*A*//*B*/ ?>    
class OrderItemQuantityDataMapper
 $orderItemQuantityModifier<?php /*A*//*B*/ ?>    
 $propertyPathDataMapper<?php /*A*//*B*/ ?>    
class CartItemType
 $dataMapper<?php /*A*//*B*/ ?>    
class OrderItemType
 $dataMapper<?php /*A*//*B*/ ?>    
class SessionBasedCartContext
 $session<?php /*A*//*B*/ ?>    
 $sessionKeyName<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class AdjustmentsHelper
 $adjustmentsAggregator<?php /*A*//*B*/ ?>    
class AddToCartCommand
 $cart<?php /*A*//*B*/ ?>    
 $cartItem<?php /*A*//*B*/ ?>    
class SequentialOrderNumberGenerator
 $sequenceRepository<?php /*A*//*B*/ ?>    
 $sequenceFactory<?php /*A*//*B*/ ?>    
 $startNumber<?php /*A*//*B*/ ?>    
 $numberLength<?php /*A*//*B*/ ?>    
class RemoveExpiredCartsCommand
 $defaultName<?php /*A*//*B*/ ?>    
class AggregateAdjustmentsExtension
 $adjustmentsHelper<?php /*A*//*B*/ ?>    
class OrderNumberAssigner
 $numberGenerator<?php /*A*//*B*/ ?>    
class CustomerGroupChoiceType
 $customerGroupRepository<?php /*A*//*B*/ ?>    
class CustomerChoiceType
 $customerRepository<?php /*A*//*B*/ ?>    
class CustomerGroupCodeChoiceType
 $customerGroupRepository<?php /*A*//*B*/ ?>    
class ChannelChoiceType
 $channelRepository<?php /*A*//*B*/ ?>    
class FakeChannelPersister
 $fakeChannelCodeProvider<?php /*A*//*B*/ ?>    
class FakeChannelContext
 $fakeChannelCodeProvider<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class ChannelCollector
 $channelRepository<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $channelChangeSupport<?php /*A*//*B*/ ?>    
class CountryCodeChoiceType
 $countryRepository<?php /*A*//*B*/ ?>    
class ZoneChoiceType
 $zoneRepository<?php /*A*//*B*/ ?>    
 $scopeTypes<?php /*A*//*B*/ ?>    
class CountryChoiceType
 $countryRepository<?php /*A*//*B*/ ?>    
class ZoneCodeChoiceType
 $zoneRepository<?php /*A*//*B*/ ?>    
class ZoneType
 $scopeChoices<?php /*A*//*B*/ ?>    
class ProvinceChoiceType
 $provinceRepository<?php /*A*//*B*/ ?>    
class ProvinceCodeChoiceType
 $provinceRepository<?php /*A*//*B*/ ?>    
class AddressType
 $buildAddressFormSubscriber<?php /*A*//*B*/ ?>    
class BuildAddressFormSubscriber
 $countryRepository<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
class ProvinceAddressConstraint
 $message<?php /*A*//*B*/ ?>    
class UniqueProvinceCollection
 $message<?php /*A*//*B*/ ?>    
class ZoneCannotContainItself
 $message<?php /*A*//*B*/ ?>    
class ProvinceAddressConstraintValidator
 $countryRepository<?php /*A*//*B*/ ?>    
 $provinceRepository<?php /*A*//*B*/ ?>    
class ZoneChoiceTypeTest
 $zoneRepository<?php /*A*//*B*/ ?>    
 $zoneAllScopes<?php /*A*//*B*/ ?>    
 $zoneTaxScope<?php /*A*//*B*/ ?>    
 $zoneShippingScope<?php /*A*//*B*/ ?>    
class CountryChoiceTypeTest
 $countryRepository<?php /*A*//*B*/ ?>    
 $france<?php /*A*//*B*/ ?>    
 $poland<?php /*A*//*B*/ ?>    
 $austria<?php /*A*//*B*/ ?>    
class ProvinceNamingExtension
 $provinceNamingProvider<?php /*A*//*B*/ ?>    
class ZoneMemberIntegrityListener
 $requestStack<?php /*A*//*B*/ ?>    
 $zoneDeletionChecker<?php /*A*//*B*/ ?>    
 $countryProvincesDeletionChecker<?php /*A*//*B*/ ?>    
class PasswordReset
 $password<?php /*A*//*B*/ ?>    
class PasswordResetRequest
 $email<?php /*A*//*B*/ ?>    
class ChangePassword
 $currentPassword<?php /*A*//*B*/ ?>    
 $newPassword<?php /*A*//*B*/ ?>    
class UserReloader
 $objectManager<?php /*A*//*B*/ ?>    
class UserPasswordHasher
 $passwordHasherFactory<?php /*A*//*B*/ ?>    
class UserPasswordEncoder
 $encoderOrPasswordHasherFactory<?php /*A*//*B*/ ?>    
class UserLogin
 $tokenStorage<?php /*A*//*B*/ ?>    
 $userChecker<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class AbstractUserProvider
 $supportedUserClass<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
 $canonicalizer<?php /*A*//*B*/ ?>    
class SecurityController
 $authenticationUtils<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
class PromoteUserCommand
 $defaultName<?php /*A*//*B*/ ?>    
class DemoteUserCommand
 $defaultName<?php /*A*//*B*/ ?>    
class UserEvent
 $user<?php /*A*//*B*/ ?>    
class UserWithEncoderFactory
 $decoratedUserFactory<?php /*A*//*B*/ ?>    
 $encoderName<?php /*A*//*B*/ ?>    
class UpdateUserEncoderListener
 $objectManager<?php /*A*//*B*/ ?>    
 $recommendedEncoderName<?php /*A*//*B*/ ?>    
 $className<?php /*A*//*B*/ ?>    
 $interfaceName<?php /*A*//*B*/ ?>    
 $passwordParameter<?php /*A*//*B*/ ?>    
class UserReloaderListener
 $userReloader<?php /*A*//*B*/ ?>    
class UserDeleteListener
 $tokenStorage<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class PasswordUpdaterListener
 $passwordUpdater<?php /*A*//*B*/ ?>    
class MailerListener
 $emailSender<?php /*A*//*B*/ ?>    
class UserLastLoginSubscriber
 $trackInterval<?php /*A*//*B*/ ?>    
 $userManager<?php /*A*//*B*/ ?>    
 $userClass<?php /*A*//*B*/ ?>    
class RequestPasswordResetType
 $validationGroups<?php /*A*//*B*/ ?>    
class CatalogPromotionScopeTypeExtension
 $scopeTypes<?php /*A*//*B*/ ?>    
 $scopeConfigurationTypes<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
class CatalogPromotionActionTypeExtension
 $actionTypes<?php /*A*//*B*/ ?>    
 $actionConfigurationTypes<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
class ResetPasswordType
 $validationGroups<?php /*A*//*B*/ ?>    
class PasswordReset
 $password<?php /*A*//*B*/ ?>    
class PasswordResetRequest
 $email<?php /*A*//*B*/ ?>    
class AdminBasedLocaleContext
 $tokenStorage<?php /*A*//*B*/ ?>    
class NotificationControllerTest
 $client<?php /*A*//*B*/ ?>    
 $messageFactory<?php /*A*//*B*/ ?>    
 $controller<?php /*A*//*B*/ ?>    
 $hubUri<?php /*A*//*B*/ ?>    
class StatisticsDataProvider
 $statisticsProvider<?php /*A*//*B*/ ?>    
 $salesDataProvider<?php /*A*//*B*/ ?>    
 $moneyFormatter<?php /*A*//*B*/ ?>    
class NotificationController
 $hubUri<?php /*A*//*B*/ ?>    
 $client<?php /*A*//*B*/ ?>    
 $messageFactory<?php /*A*//*B*/ ?>    
 $environment<?php /*A*//*B*/ ?>    
class DashboardController
 $channelRepository<?php /*A*//*B*/ ?>    
 $templatingEngine<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $salesDataProvider<?php /*A*//*B*/ ?>    
 $statisticsDataProvider<?php /*A*//*B*/ ?>    
class RemoveCatalogPromotionAction
 $catalogPromotionRemovalProcessor<?php /*A*//*B*/ ?>    
class ImpersonateUserController
 $router<?php /*A*//*B*/ ?>    
 $impersonator<?php /*A*//*B*/ ?>    
 $authorizationChecker<?php /*A*//*B*/ ?>    
 $userProvider<?php /*A*//*B*/ ?>    
 $authorizationRole<?php /*A*//*B*/ ?>    
class RedirectHandler
 $decoratedRedirectHandler<?php /*A*//*B*/ ?>    
 $filterStorage<?php /*A*//*B*/ ?>    
class CustomerStatisticsController
 $statisticsProvider<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
 $templatingEngine<?php /*A*//*B*/ ?>    
class StatisticsController
 $templatingEngine<?php /*A*//*B*/ ?>    
 $statisticsDataProvider<?php /*A*//*B*/ ?>    
class ResendShipmentConfirmationEmailAction
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $shipmentEmailManager<?php /*A*//*B*/ ?>    
 $csrfTokenManager<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class ResendOrderConfirmationEmailAction
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderEmailManager<?php /*A*//*B*/ ?>    
 $csrfTokenManager<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class RemoveAvatarAction
 $avatarRepository<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $csrfTokenManager<?php /*A*//*B*/ ?>    
class RenderResetPasswordPageAction
 $userRepository<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
 $requestStackOrFlashBag<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
 $tokenTtl<?php /*A*//*B*/ ?>    
class RenderRequestPasswordResetPageAction
 $twig<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
class ResetPasswordAction
 $formFactory<?php /*A*//*B*/ ?>    
 $resetPasswordDispatcher<?php /*A*//*B*/ ?>    
 $requestStackOrFlashBag<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
class RequestPasswordResetAction
 $formFactory<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
 $requestStackOrFlashBag<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
class AdminUriBasedSectionResolver
 $adminUriBeginning<?php /*A*//*B*/ ?>    
class OrderEmailManager
 $emailSender<?php /*A*//*B*/ ?>    
class ShipmentEmailManager
 $emailSender<?php /*A*//*B*/ ?>    
class NotificationWidgetExtension
 $areNotificationsEnabled<?php /*A*//*B*/ ?>    
 $checkFrequency<?php /*A*//*B*/ ?>    
class ChannelNameExtension
 $channelRepository<?php /*A*//*B*/ ?>    
class ChannelsCurrenciesExtension
 $channelRepository<?php /*A*//*B*/ ?>    
class ShopExtension
 $isShopEnabled<?php /*A*//*B*/ ?>    
class ProductVariantMenuBuilderEvent
 $productVariant<?php /*A*//*B*/ ?>    
class ProductMenuBuilderEvent
 $product<?php /*A*//*B*/ ?>    
class OrderShowMenuBuilderEvent
 $order<?php /*A*//*B*/ ?>    
 $stateMachine<?php /*A*//*B*/ ?>    
class CustomerShowMenuBuilderEvent
 $customer<?php /*A*//*B*/ ?>    
class PromotionMenuBuilderEvent
 $promotion<?php /*A*//*B*/ ?>    
class AdminSectionCacheControlSubscriber
 $sectionProvider<?php /*A*//*B*/ ?>    
class AdminFilterSubscriber
 $filterStorage<?php /*A*//*B*/ ?>    
class ResourceDeleteSubscriber
 $router<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class ShipmentShipListener
 $shipmentEmailManager<?php /*A*//*B*/ ?>    
class CatalogPromotionType
 $catalogPromotionTranslationType<?php /*A*//*B*/ ?>    
class CatalogPromotionActionType
 $actionTypes<?php /*A*//*B*/ ?>    
 $actionConfigurationTypes<?php /*A*//*B*/ ?>    
class AbstractConfigurablePromotionElementType
 $formTypeRegistry<?php /*A*//*B*/ ?>    
class PromotionCouponToCodeType
 $promotionCouponRepository<?php /*A*//*B*/ ?>    
class CatalogPromotionScopeType
 $scopeTypes<?php /*A*//*B*/ ?>    
 $scopeConfigurationTypes<?php /*A*//*B*/ ?>    
class PromotionRuleChoiceType
 $rules<?php /*A*//*B*/ ?>    
class PromotionActionChoiceType
 $actions<?php /*A*//*B*/ ?>    
class AbstractConfigurationCollectionType
 $registry<?php /*A*//*B*/ ?>    
class CatalogPromotionScopeValidator
 $scopeValidators<?php /*A*//*B*/ ?>    
 $scopeTypes<?php /*A*//*B*/ ?>    
class PromotionSubjectCouponValidator
 $promotionEligibilityChecker<?php /*A*//*B*/ ?>    
class CatalogPromotionActionValidator
 $actionValidators<?php /*A*//*B*/ ?>    
 $actionTypes<?php /*A*//*B*/ ?>    
class CouponGenerationAmountValidator
 $generationPolicy<?php /*A*//*B*/ ?>    
class CatalogPromotionAction
 $invalidType<?php /*A*//*B*/ ?>    
 $invalidDiscount<?php /*A*//*B*/ ?>    
 $notInRangeDiscount<?php /*A*//*B*/ ?>    
 $notNumberOrEmpty<?php /*A*//*B*/ ?>    
class PromotionDateRange
 $message<?php /*A*//*B*/ ?>    
class CouponPossibleGenerationAmount
 $message<?php /*A*//*B*/ ?>    
class CatalogPromotionScope
 $invalidType<?php /*A*//*B*/ ?>    
class PromotionSubjectCoupon
 $message<?php /*A*//*B*/ ?>    
class PromotionSubject
 $id<?php /*A*//*B*/ ?>    
 $promotions<?php /*A*//*B*/ ?>    
class GenerateCouponsCommandTest
 $command<?php /*A*//*B*/ ?>    
 $commandTester<?php /*A*//*B*/ ?>    
 $promotionRepository<?php /*A*//*B*/ ?>    
 $couponGenerator<?php /*A*//*B*/ ?>    
class EligibleCatalogPromotionsProvider
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $defaultCriteria<?php /*A*//*B*/ ?>    
class GenerateCouponsCommand
 $defaultName<?php /*A*//*B*/ ?>    
 $promotionRepository<?php /*A*//*B*/ ?>    
 $couponGenerator<?php /*A*//*B*/ ?>    
class DateRange
 $calendar<?php /*A*//*B*/ ?>    
class FormatMoneyHelper
 $moneyFormatter<?php /*A*//*B*/ ?>    
class ConvertMoneyHelper
 $currencyConverter<?php /*A*//*B*/ ?>    
class FormatMoneyExtension
 $helper<?php /*A*//*B*/ ?>    
class ConvertMoneyExtension
 $helper<?php /*A*//*B*/ ?>    
class InStock
 $message<?php /*A*//*B*/ ?>    
 $stockablePath<?php /*A*//*B*/ ?>    
 $quantityPath<?php /*A*//*B*/ ?>    
class InStockValidator
 $accessor<?php /*A*//*B*/ ?>    
 $availabilityChecker<?php /*A*//*B*/ ?>    
class InventoryHelper
 $checker<?php /*A*//*B*/ ?>    
class InventoryExtension
 $helper<?php /*A*//*B*/ ?>    
class TaxonTreeRepository
 $nestedTreeRepository<?php /*A*//*B*/ ?>    
class TaxonPositionController
 $taxonRepository<?php /*A*//*B*/ ?>    
 $taxonManager<?php /*A*//*B*/ ?>    
class TaxonSlugController
 $taxonSlugGenerator<?php /*A*//*B*/ ?>    
 $taxonRepository<?php /*A*//*B*/ ?>    
 $taxonFactory<?php /*A*//*B*/ ?>    
class PaymentMethodChoiceType
 $paymentMethodsResolver<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class PaymentGatewayChoiceType
 $gateways<?php /*A*//*B*/ ?>    
class OrderPromotionsIntegrityChecker
 $orderProcessor<?php /*A*//*B*/ ?>    
class SequentialOrderNumberGenerator
 $sequenceRepository<?php /*A*//*B*/ ?>    
 $sequenceFactory<?php /*A*//*B*/ ?>    
 $sequenceManager<?php /*A*//*B*/ ?>    
 $startNumber<?php /*A*//*B*/ ?>    
 $numberLength<?php /*A*//*B*/ ?>    
class ReviewerReviewsRemover
 $reviewRepository<?php /*A*//*B*/ ?>    
 $reviewManager<?php /*A*//*B*/ ?>    
 $averageRatingUpdater<?php /*A*//*B*/ ?>    
class Version20201208105207
 $shippingName<?php /*A*//*B*/ ?>    
class Version20161214153137
 $container<?php /*A*//*B*/ ?>    
class Version20171003103916
 $container<?php /*A*//*B*/ ?>    
class Version20161219160441
 $container<?php /*A*//*B*/ ?>    
class Version20170109143010
 $container<?php /*A*//*B*/ ?>    
class CatalogPromotionAnnouncer
 $eventBus<?php /*A*//*B*/ ?>    
 $delayStampCalculator<?php /*A*//*B*/ ?>    
 $dateTimeProvider<?php /*A*//*B*/ ?>    
class CatalogPromotionCreatedListener
 $allProductVariantsCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
class CatalogPromotionUpdatedListener
 $allProductVariantsCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
class CatalogPromotionStateChangedListener
 $messageBus<?php /*A*//*B*/ ?>    
class ProductVariantUpdatedListener
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $productVariantCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class ProductUpdatedListener
 $productRepository<?php /*A*//*B*/ ?>    
 $productCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class ProductVariantCreatedListener
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $productVariantCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class ProductCreatedListener
 $productRepository<?php /*A*//*B*/ ?>    
 $productCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class CatalogPromotionEndedListener
 $allProductVariantsCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
class UpdateCatalogPromotionStateHandler
 $catalogPromotionStateProcessor<?php /*A*//*B*/ ?>    
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
class RemoveInactiveCatalogPromotionHandler
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class ApplyCatalogPromotionsOnVariantsHandler
 $catalogPromotionsProvider<?php /*A*//*B*/ ?>    
 $catalogPromotionApplicator<?php /*A*//*B*/ ?>    
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $clearer<?php /*A*//*B*/ ?>    
class ForVariantsScopeValidator
 $variantRepository<?php /*A*//*B*/ ?>    
class ForProductsScopeValidator
 $productRepository<?php /*A*//*B*/ ?>    
class ForTaxonsScopeValidator
 $taxonRepository<?php /*A*//*B*/ ?>    
class FixedDiscountActionValidator
 $channelRepository<?php /*A*//*B*/ ?>    
class CatalogPromotionPriceCalculator
 $priceCalculators<?php /*A*//*B*/ ?>    
class ProductVariantForCatalogPromotionEligibility
 $locator<?php /*A*//*B*/ ?>    
class CatalogPromotionEligibilityChecker
 $defaultCriteria<?php /*A*//*B*/ ?>    
class CatalogPromotionRemovalProcessor
 $catalogPromotionRepository<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
 $eventBus<?php /*A*//*B*/ ?>    
class ProductVariantCatalogPromotionsProcessor
 $commandDispatcher<?php /*A*//*B*/ ?>    
class AllProductVariantsCatalogPromotionsProcessor
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $commandDispatcher<?php /*A*//*B*/ ?>    
class CatalogPromotionStateProcessor
 $catalogPromotionEligibilityChecker<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class ProductCatalogPromotionsProcessor
 $commandDispatcher<?php /*A*//*B*/ ?>    
class RemoveInactiveCatalogPromotion
 $code<?php /*A*//*B*/ ?>    
class ApplyCatalogPromotionsOnVariants
 $variantsCodes<?php /*A*//*B*/ ?>    
class UpdateCatalogPromotionState
 $code<?php /*A*//*B*/ ?>    
class BatchedApplyCatalogPromotionsOnVariantsCommandDispatcher
 $messageBus<?php /*A*//*B*/ ?>    
 $size<?php /*A*//*B*/ ?>    
class CatalogPromotionApplicator
 $actionBasedDiscountApplicator<?php /*A*//*B*/ ?>    
 $checker<?php /*A*//*B*/ ?>    
 $catalogPromotionEligibilityChecker<?php /*A*//*B*/ ?>    
class ActionBasedDiscountApplicator
 $priceCalculator<?php /*A*//*B*/ ?>    
 $discountApplicatorCriteria<?php /*A*//*B*/ ?>    
class ProductEventListener
 $eventBus<?php /*A*//*B*/ ?>    
class CatalogPromotionEventListener
 $catalogPromotionAnnouncer<?php /*A*//*B*/ ?>    
class ProductVariantEventListener
 $eventBus<?php /*A*//*B*/ ?>    
class LocaleTypeExtension
 $localeRepository<?php /*A*//*B*/ ?>    
class CountryTypeExtension
 $countryRepository<?php /*A*//*B*/ ?>    
class TaxonsToCodesTransformer
 $taxonRepository<?php /*A*//*B*/ ?>    
class ProductTaxonToTaxonTransformer
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $productTaxonRepository<?php /*A*//*B*/ ?>    
 $product<?php /*A*//*B*/ ?>    
class ProductsToCodesTransformer
 $productRepository<?php /*A*//*B*/ ?>    
class ProductVariantsToCodesTransformer
 $productVariantRepository<?php /*A*//*B*/ ?>    
class ShopBillingDataType
 $dataClass<?php /*A*//*B*/ ?>    
class ChannelCollectionType
 $channelRepository<?php /*A*//*B*/ ?>    
class TaxCalculationStrategyChoiceType
 $strategies<?php /*A*//*B*/ ?>    
class AddressChoiceType
 $addressRepository<?php /*A*//*B*/ ?>    
class HasTaxonConfigurationType
 $taxonsToCodesTransformer<?php /*A*//*B*/ ?>    
class ContainsProductConfigurationType
 $productRepository<?php /*A*//*B*/ ?>    
class TotalOfItemsFromTaxonConfigurationType
 $taxonRepository<?php /*A*//*B*/ ?>    
class TaxonFilterConfigurationType
 $taxonsToCodesTransformer<?php /*A*//*B*/ ?>    
class ProductFilterConfigurationType
 $productsToCodesTransformer<?php /*A*//*B*/ ?>    
class ForProductsScopeConfigurationType
 $productsToCodesTransformer<?php /*A*//*B*/ ?>    
class ForVariantsScopeConfigurationType
 $productVariantsToCodesTransformer<?php /*A*//*B*/ ?>    
class ForTaxonsScopeConfigurationType
 $taxonsToCodesTransformer<?php /*A*//*B*/ ?>    
class AdminUserType
 $fallbackLocale<?php /*A*//*B*/ ?>    
class ChannelPricingType
 $channelPricingRepository<?php /*A*//*B*/ ?>    
class PaymentType
 $dataClass<?php /*A*//*B*/ ?>    
class ShipmentType
 $dataClass<?php /*A*//*B*/ ?>    
class AddressType
 $addressComparator<?php /*A*//*B*/ ?>    
class ProductTaxonAutocompleteChoiceType
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $productTaxonRepository<?php /*A*//*B*/ ?>    
class CustomerCheckoutGuestType
 $customerRepository<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $canonicalizer<?php /*A*//*B*/ ?>    
class CustomerGuestType
 $customerRepository<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $canonicalizer<?php /*A*//*B*/ ?>    
class CustomerSimpleRegistrationType
 $customerRepository<?php /*A*//*B*/ ?>    
class AddUserFormSubscriber
 $entryType<?php /*A*//*B*/ ?>    
class CustomerRegistrationFormSubscriber
 $customerRepository<?php /*A*//*B*/ ?>    
class CustomerContext
 $tokenStorage<?php /*A*//*B*/ ?>    
 $authorizationChecker<?php /*A*//*B*/ ?>    
class SessionAndChannelBasedCartContext
 $cartStorage<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class CustomerAndChannelBasedCartContext
 $customerContext<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class UserProvider
 $customerFactory<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $oauthFactory<?php /*A*//*B*/ ?>    
 $oauthRepository<?php /*A*//*B*/ ?>    
 $userManager<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
class CustomerInitializer
 $canonicalizer<?php /*A*//*B*/ ?>    
class HasAllPricesDefined
 $message<?php /*A*//*B*/ ?>    
class CartItemAvailability
 $message<?php /*A*//*B*/ ?>    
class OrderProductEligibility
 $message<?php /*A*//*B*/ ?>    
class UniqueReviewerEmail
 $message<?php /*A*//*B*/ ?>    
class HasEnabledEntity
 $objectManager<?php /*A*//*B*/ ?>    
 $message<?php /*A*//*B*/ ?>    
 $repositoryMethod<?php /*A*//*B*/ ?>    
 $errorPath<?php /*A*//*B*/ ?>    
 $enabledPath<?php /*A*//*B*/ ?>    
class OrderShippingMethodEligibilityValidator
 $methodEligibilityChecker<?php /*A*//*B*/ ?>    
class OrderShippingMethodEligibility
 $message<?php /*A*//*B*/ ?>    
 $methodNotAvailableMessage<?php /*A*//*B*/ ?>    
class CartItemAvailabilityValidator
 $availabilityChecker<?php /*A*//*B*/ ?>    
class RegisteredUserValidator
 $customerRepository<?php /*A*//*B*/ ?>    
class UniqueReviewerEmailValidator
 $userRepository<?php /*A*//*B*/ ?>    
 $tokenStorage<?php /*A*//*B*/ ?>    
 $authorizationChecker<?php /*A*//*B*/ ?>    
class ChannelDefaultLocaleEnabled
 $message<?php /*A*//*B*/ ?>    
class HasAllVariantPricesDefined
 $message<?php /*A*//*B*/ ?>    
class HasEnabledEntityValidator
 $accessor<?php /*A*//*B*/ ?>    
 $registry<?php /*A*//*B*/ ?>    
class OrderPaymentMethodEligibility
 $message<?php /*A*//*B*/ ?>    
class RegisteredUser
 $message<?php /*A*//*B*/ ?>    
class LocalesAwareValidAttributeValueValidator
 $attributeTypeRegistry<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class BookProductFixture
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonFixture<?php /*A*//*B*/ ?>    
 $productAttributeFixture<?php /*A*//*B*/ ?>    
 $productFixture<?php /*A*//*B*/ ?>    
 $baseLocaleCode<?php /*A*//*B*/ ?>    
class MugProductFixture
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonFixture<?php /*A*//*B*/ ?>    
 $productAttributeFixture<?php /*A*//*B*/ ?>    
 $productOptionFixture<?php /*A*//*B*/ ?>    
 $productFixture<?php /*A*//*B*/ ?>    
 $baseLocaleCode<?php /*A*//*B*/ ?>    
class ProductAttributeFixture
 $attributeTypes<?php /*A*//*B*/ ?>    
class StickerProductFixture
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonFixture<?php /*A*//*B*/ ?>    
 $productAttributeFixture<?php /*A*//*B*/ ?>    
 $productOptionFixture<?php /*A*//*B*/ ?>    
 $productFixture<?php /*A*//*B*/ ?>    
class CurrencyFixture
 $currencyFactory<?php /*A*//*B*/ ?>    
 $currencyManager<?php /*A*//*B*/ ?>    
class GeographicalFixture
 $countryFactory<?php /*A*//*B*/ ?>    
 $countryManager<?php /*A*//*B*/ ?>    
 $provinceFactory<?php /*A*//*B*/ ?>    
 $provinceManager<?php /*A*//*B*/ ?>    
 $zoneFactory<?php /*A*//*B*/ ?>    
 $zoneManager<?php /*A*//*B*/ ?>    
class LocaleFixture
 $localeFactory<?php /*A*//*B*/ ?>    
 $localeManager<?php /*A*//*B*/ ?>    
 $baseLocaleCode<?php /*A*//*B*/ ?>    
class AbstractResourceFixture
 $optionsResolver<?php /*A*//*B*/ ?>    
 $objectManager<?php /*A*//*B*/ ?>    
 $exampleFactory<?php /*A*//*B*/ ?>    
class SimilarProductAssociationFixture
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productAssociationTypeFixture<?php /*A*//*B*/ ?>    
 $productAssociationFixture<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
class TshirtProductFixture
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonFixture<?php /*A*//*B*/ ?>    
 $productAttributeFixture<?php /*A*//*B*/ ?>    
 $productOptionFixture<?php /*A*//*B*/ ?>    
 $productFixture<?php /*A*//*B*/ ?>    
class OrderFixture
 $orderExampleFactory<?php /*A*//*B*/ ?>    
 $orderManager<?php /*A*//*B*/ ?>    
 $faker<?php /*A*//*B*/ ?>    
class CatalogPromotionExecutorListener
 $allCatalogPromotionsProcessor<?php /*A*//*B*/ ?>    
 $catalogPromotionsRepository<?php /*A*//*B*/ ?>    
 $messageBus<?php /*A*//*B*/ ?>    
 $defaultCriteria<?php /*A*//*B*/ ?>    
class ImagesPurgerListener
 $filesystem<?php /*A*//*B*/ ?>    
 $imagesDirectoryPath<?php /*A*//*B*/ ?>    
class ShopUserExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $shopUserFactory<?php /*A*//*B*/ ?>    
 $customerFactory<?php /*A*//*B*/ ?>    
 $customerGroupRepository<?php /*A*//*B*/ ?>    
class ChannelExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonRepository<?php /*A*//*B*/ ?>    
 $shopBillingDataFactory<?php /*A*//*B*/ ?>    
 $channelFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
class ProductReviewExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productReviewFactory<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class CatalogPromotionExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $catalogPromotionFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $catalogPromotionScopeExampleFactory<?php /*A*//*B*/ ?>    
 $catalogPromotionActionExampleFactory<?php /*A*//*B*/ ?>    
class ShippingMethodExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $shippingMethodFactory<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $shippingCategoryRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
class ShippingCategoryExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $shippingCategoryFactory<?php /*A*//*B*/ ?>    
class ProductAssociationTypeExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productAssociationTypeFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
class AddressExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
class ProductExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productFactory<?php /*A*//*B*/ ?>    
 $productVariantFactory<?php /*A*//*B*/ ?>    
 $channelPricingFactory<?php /*A*//*B*/ ?>    
 $variantGenerator<?php /*A*//*B*/ ?>    
 $productAttributeValueFactory<?php /*A*//*B*/ ?>    
 $productImageFactory<?php /*A*//*B*/ ?>    
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $slugGenerator<?php /*A*//*B*/ ?>    
 $taxonRepository<?php /*A*//*B*/ ?>    
 $productAttributeRepository<?php /*A*//*B*/ ?>    
 $productOptionRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
 $fileLocator<?php /*A*//*B*/ ?>    
class CustomerGroupExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $customerGroupFactory<?php /*A*//*B*/ ?>    
class PromotionRuleExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $promotionRuleFactory<?php /*A*//*B*/ ?>    
class CatalogPromotionActionExampleFactory
 $optionsResolver<?php /*A*//*B*/ ?>    
 $catalogPromotionActionFactory<?php /*A*//*B*/ ?>    
class ProductAssociationExampleFactory
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productAssociationFactory<?php /*A*//*B*/ ?>    
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
class ProductOptionExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productOptionFactory<?php /*A*//*B*/ ?>    
 $productOptionValueFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
class AdminUserExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $userFactory<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $fileLocator<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $avatarImageFactory<?php /*A*//*B*/ ?>    
class TaxRateExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxRateFactory<?php /*A*//*B*/ ?>    
 $zoneRepository<?php /*A*//*B*/ ?>    
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
class PromotionExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $promotionFactory<?php /*A*//*B*/ ?>    
 $promotionRuleExampleFactory<?php /*A*//*B*/ ?>    
 $promotionActionExampleFactory<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $couponFactory<?php /*A*//*B*/ ?>    
class TaxonExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxonFactory<?php /*A*//*B*/ ?>    
 $taxonRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $taxonSlugGenerator<?php /*A*//*B*/ ?>    
class PromotionActionExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $promotionActionFactory<?php /*A*//*B*/ ?>    
class ProductAttributeExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $productAttributeFactory<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $attributeTypes<?php /*A*//*B*/ ?>    
class OrderExampleFactory
 $optionsResolver<?php /*A*//*B*/ ?>    
 $faker<?php /*A*//*B*/ ?>    
 $orderFactory<?php /*A*//*B*/ ?>    
 $orderItemFactory<?php /*A*//*B*/ ?>    
 $orderItemQuantityModifier<?php /*A*//*B*/ ?>    
 $orderManager<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $countryRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $addressFactory<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $orderShippingMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
 $orderPaymentMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
class TaxCategoryExampleFactory
 $faker<?php /*A*//*B*/ ?>    
 $optionsResolver<?php /*A*//*B*/ ?>    
 $taxCategoryFactory<?php /*A*//*B*/ ?>    
class CatalogPromotionScopeExampleFactory
 $optionsResolver<?php /*A*//*B*/ ?>    
 $catalogPromotionScopeFactory<?php /*A*//*B*/ ?>    
class UserImpersonator
 $sessionTokenParameter<?php /*A*//*B*/ ?>    
 $firewallContextName<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class UserPasswordResetter
 $userRepository<?php /*A*//*B*/ ?>    
 $passwordUpdater<?php /*A*//*B*/ ?>    
 $tokenTtl<?php /*A*//*B*/ ?>    
class RequestResetPasswordEmailHandler
 $userRepository<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $calendar<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
class ResetPasswordHandler
 $userPasswordResetter<?php /*A*//*B*/ ?>    
class SendResetPasswordEmailHandler
 $userRepository<?php /*A*//*B*/ ?>    
 $sender<?php /*A*//*B*/ ?>    
class CatalogPromotionActionTypeTest
 $channel<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
class ProductTaxonAutocompleteChoiceTypeTest
 $resourceRepositoryRegistry<?php /*A*//*B*/ ?>    
 $productTaxonFactory<?php /*A*//*B*/ ?>    
 $productTaxonRepository<?php /*A*//*B*/ ?>    
class ChannelBasedProductTranslationProviderTest
 $localeContext<?php /*A*//*B*/ ?>    
class CancelOrderStateMachineCallbackPassTest
 $smConfigs<?php /*A*//*B*/ ?>    
class SyliusCollector
 $shopperContext<?php /*A*//*B*/ ?>    
class CartCollector
 $cartContext<?php /*A*//*B*/ ?>    
class ChannelBasedProductTranslationProvider
 $localeContext<?php /*A*//*B*/ ?>    
class CustomerProvider
 $customerRepository<?php /*A*//*B*/ ?>    
 $canonicalizer<?php /*A*//*B*/ ?>    
class RequestResetPasswordEmail
 $email<?php /*A*//*B*/ ?>    
class SendResetPasswordEmail
 $email<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class ResetPassword
 $resetPasswordToken<?php /*A*//*B*/ ?>    
 $newPassword<?php /*A*//*B*/ ?>    
 $confirmNewPassword<?php /*A*//*B*/ ?>    
class OrderEmailManager
 $emailSender<?php /*A*//*B*/ ?>    
class TaxCalculationStrategy
 $applicators<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
class CheckoutStepsHelper
 $orderPaymentMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
 $orderShippingMethodSelectionRequirementChecker<?php /*A*//*B*/ ?>    
class VariantResolverHelper
 $productVariantResolver<?php /*A*//*B*/ ?>    
class ProductVariantsPricesHelper
 $productVariantsPricesProvider<?php /*A*//*B*/ ?>    
class PriceHelper
 $productVariantPriceCalculator<?php /*A*//*B*/ ?>    
class CheckoutStateUrlGenerator
 $router<?php /*A*//*B*/ ?>    
 $routeCollection<?php /*A*//*B*/ ?>    
class CheckoutRedirectListener
 $requestStack<?php /*A*//*B*/ ?>    
 $checkoutStateUrlGenerator<?php /*A*//*B*/ ?>    
 $requestMatcher<?php /*A*//*B*/ ?>    
class CheckoutResolver
 $cartContext<?php /*A*//*B*/ ?>    
 $urlGenerator<?php /*A*//*B*/ ?>    
 $requestMatcher<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class CartSessionStorage
 $requestStackOrSession<?php /*A*//*B*/ ?>    
 $sessionKeyName<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class Week
 $date<?php /*A*//*B*/ ?>    
class Day
 $date<?php /*A*//*B*/ ?>    
class Month
 $date<?php /*A*//*B*/ ?>    
class Hour
 $date<?php /*A*//*B*/ ?>    
class Year
 $date<?php /*A*//*B*/ ?>    
class DateFormat
 $date<?php /*A*//*B*/ ?>    
 $pattern<?php /*A*//*B*/ ?>    
class ProductRepository
 $associationHydrator<?php /*A*//*B*/ ?>    
class AttributeRepository
 $associationHydrator<?php /*A*//*B*/ ?>    
class OrderRepository
 $associationHydrator<?php /*A*//*B*/ ?>    
class PromotionRepository
 $associationHydrator<?php /*A*//*B*/ ?>    
class ProductOptionRepository
 $associationHydrator<?php /*A*//*B*/ ?>    
class ResourceUpdateHandler
 $decoratedHandler<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class ResourceDeleteHandler
 $decoratedHandler<?php /*A*//*B*/ ?>    
 $entityManager<?php /*A*//*B*/ ?>    
class OrderInventoryOperator
 $decoratedOperator<?php /*A*//*B*/ ?>    
 $productVariantManager<?php /*A*//*B*/ ?>    
class ChannelBasedThemeContext
 $channelContext<?php /*A*//*B*/ ?>    
 $themeRepository<?php /*A*//*B*/ ?>    
class ResetPasswordDispatcher
 $messageBus<?php /*A*//*B*/ ?>    
class UriBasedSectionProvider
 $resolvers<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class ShowAvailablePluginsCommand
 $defaultName<?php /*A*//*B*/ ?>    
 $plugins<?php /*A*//*B*/ ?>    
class CancelUnpaidOrdersCommand
 $defaultName<?php /*A*//*B*/ ?>    
class JwtConfigurationCommand
 $defaultName<?php /*A*//*B*/ ?>    
class SetupCommand
 $defaultName<?php /*A*//*B*/ ?>    
class InstallCommand
 $defaultName<?php /*A*//*B*/ ?>    
 $commands<?php /*A*//*B*/ ?>    
class InstallAssetsCommand
 $defaultName<?php /*A*//*B*/ ?>    
class InstallSampleDataCommand
 $defaultName<?php /*A*//*B*/ ?>    
class InstallDatabaseCommand
 $defaultName<?php /*A*//*B*/ ?>    
class InformAboutGUSCommand
 $defaultName<?php /*A*//*B*/ ?>    
class CheckRequirementsCommand
 $defaultName<?php /*A*//*B*/ ?>    
class PluginInfo
 $name<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
class ChannelUrlExtension
 $channelContext<?php /*A*//*B*/ ?>    
 $urlHelper<?php /*A*//*B*/ ?>    
 $unsecuredUrls<?php /*A*//*B*/ ?>    
class BundleLoadedCheckerExtension
 $listOfBundles<?php /*A*//*B*/ ?>    
class CheckoutStepsExtension
 $checkoutStepsHelper<?php /*A*//*B*/ ?>    
class ProductVariantsPricesExtension
 $productVariantsPricesHelper<?php /*A*//*B*/ ?>    
class FilterExtension
 $imagesPath<?php /*A*//*B*/ ?>    
class PriceExtension
 $helper<?php /*A*//*B*/ ?>    
class ProductTranslationExtension
 $channelBasedProductTranslationProvider<?php /*A*//*B*/ ?>    
class VariantResolverExtension
 $helper<?php /*A*//*B*/ ?>    
class TableRenderer
 $table<?php /*A*//*B*/ ?>    
 $headers<?php /*A*//*B*/ ?>    
 $rows<?php /*A*//*B*/ ?>    
 $label<?php /*A*//*B*/ ?>    
 $output<?php /*A*//*B*/ ?>    
class SyliusRequirementsChecker
 $fulfilled<?php /*A*//*B*/ ?>    
 $syliusRequirements<?php /*A*//*B*/ ?>    
class CommandDirectoryChecker
 $name<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
class LocaleSetup
 $locale<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $localeFactory<?php /*A*//*B*/ ?>    
class CurrencySetup
 $currency<?php /*A*//*B*/ ?>    
 $currencyRepository<?php /*A*//*B*/ ?>    
 $currencyFactory<?php /*A*//*B*/ ?>    
class ChannelSetup
 $channelRepository<?php /*A*//*B*/ ?>    
 $channelFactory<?php /*A*//*B*/ ?>    
 $channelManager<?php /*A*//*B*/ ?>    
class DatabaseSetupCommandsProvider
 $isPostgreSQLPlatform<?php /*A*//*B*/ ?>    
 $doctrineRegistry<?php /*A*//*B*/ ?>    
class RequirementCollection
 $requirements<?php /*A*//*B*/ ?>    
 $label<?php /*A*//*B*/ ?>    
class SyliusRequirements
 $collections<?php /*A*//*B*/ ?>    
class Requirement
 $label<?php /*A*//*B*/ ?>    
 $fulfilled<?php /*A*//*B*/ ?>    
 $required<?php /*A*//*B*/ ?>    
 $help<?php /*A*//*B*/ ?>    
class CommandExecutor
 $input<?php /*A*//*B*/ ?>    
 $output<?php /*A*//*B*/ ?>    
 $application<?php /*A*//*B*/ ?>    
class SyliusCoreExtension
 $bundles<?php /*A*//*B*/ ?>    
class OrderFactory
 $decoratedFactory<?php /*A*//*B*/ ?>    
class CustomerResolver
 $customerFactory<?php /*A*//*B*/ ?>    
 $customerProvider<?php /*A*//*B*/ ?>    
class SimpleProductLockingListener
 $manager<?php /*A*//*B*/ ?>    
class CanonicalizerListener
 $canonicalizer<?php /*A*//*B*/ ?>    
class ImagesRemoveListener
 $imagesToDelete<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $cacheManager<?php /*A*//*B*/ ?>    
 $filterManager<?php /*A*//*B*/ ?>    
class MailerListener
 $emailSender<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
class PaymentPreCompleteListener
 $availabilityChecker<?php /*A*//*B*/ ?>    
class ProductDeletionListener
 $productInPromotionRuleChecker<?php /*A*//*B*/ ?>    
class ReviewCreateListener
 $customerContext<?php /*A*//*B*/ ?>    
class CustomerReviewsDeleteListener
 $reviewerReviewsRemover<?php /*A*//*B*/ ?>    
class ChannelDeletionListener
 $channelRepository<?php /*A*//*B*/ ?>    
class TaxonDeletionListener
 $ruleUpdaters<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $taxonInPromotionRuleChecker<?php /*A*//*B*/ ?>    
class ImagesUploadListener
 $uploader<?php /*A*//*B*/ ?>    
class LocaleAwareListener
 $decoratedListener<?php /*A*//*B*/ ?>    
class LockingListener
 $manager<?php /*A*//*B*/ ?>    
class ImageUploadListener
 $uploader<?php /*A*//*B*/ ?>    
class OrderRecalculationListener
 $orderProcessor<?php /*A*//*B*/ ?>    
class CircularDependencyBreakingErrorListener
 $decoratedListener<?php /*A*//*B*/ ?>    
class ProductVariantToProductOptionsTransformer
 $product<?php /*A*//*B*/ ?>    
class ProductsToProductAssociationsTransformer
 $productAssociations<?php /*A*//*B*/ ?>    
 $productAssociationFactory<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
class ProductGenerateVariantsType
 $generateProductVariantsSubscriber<?php /*A*//*B*/ ?>    
class ProductAssociationsType
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
 $productsToProductAssociationsTransformer<?php /*A*//*B*/ ?>    
class ProductAssociationTypeChoiceType
 $productAssociationTypeRepository<?php /*A*//*B*/ ?>    
class ProductChoiceType
 $productRepository<?php /*A*//*B*/ ?>    
class ProductCodeChoiceType
 $productRepository<?php /*A*//*B*/ ?>    
class ProductType
 $variantResolver<?php /*A*//*B*/ ?>    
 $attributeValueFactory<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class ProductOptionValueChoiceType
 $availableProductOptionValuesResolver<?php /*A*//*B*/ ?>    
class ProductOptionChoiceType
 $productOptionRepository<?php /*A*//*B*/ ?>    
class GenerateProductVariantsSubscriber
 $generator<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class ProductOptionFieldSubscriber
 $variantResolver<?php /*A*//*B*/ ?>    
class BuildProductVariantFormSubscriber
 $factory<?php /*A*//*B*/ ?>    
 $disabled<?php /*A*//*B*/ ?>    
class BuildAttributesFormSubscriber
 $attributeValueFactory<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
class UniqueSimpleProductCodeValidator
 $productVariantRepository<?php /*A*//*B*/ ?>    
class ProductVariantCombinationValidator
 $variantsParityChecker<?php /*A*//*B*/ ?>    
class ProductVariantCombination
 $message<?php /*A*//*B*/ ?>    
class UniqueSimpleProductCode
 $message<?php /*A*//*B*/ ?>    
class ProductSlugController
 $slugGenerator<?php /*A*//*B*/ ?>    
class SelectProductAttributeChoiceRemoveListener
 $productAttributeValueClass<?php /*A*//*B*/ ?>    
class ResourceMetadataPropertyValueResolver
 $apiResourceConfigurationMerger<?php /*A*//*B*/ ?>    
class SwaggerUiAction
 $formats<?php /*A*//*B*/ ?>    
 $formatsProvider<?php /*A*//*B*/ ?>    
 $resourceNameCollectionFactory<?php /*A*//*B*/ ?>    
 $resourceMetadataFactory<?php /*A*//*B*/ ?>    
 $normalizer<?php /*A*//*B*/ ?>    
 $twig<?php /*A*//*B*/ ?>    
 $urlGenerator<?php /*A*//*B*/ ?>    
 $title<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $version<?php /*A*//*B*/ ?>    
 $oauthEnabled<?php /*A*//*B*/ ?>    
 $oauthClientId<?php /*A*//*B*/ ?>    
 $oauthClientSecret<?php /*A*//*B*/ ?>    
 $oauthType<?php /*A*//*B*/ ?>    
 $oauthFlow<?php /*A*//*B*/ ?>    
 $oauthTokenUrl<?php /*A*//*B*/ ?>    
 $oauthAuthorizationUrl<?php /*A*//*B*/ ?>    
 $oauthScopes<?php /*A*//*B*/ ?>    
 $showWebby<?php /*A*//*B*/ ?>    
 $swaggerUiEnabled<?php /*A*//*B*/ ?>    
 $reDocEnabled<?php /*A*//*B*/ ?>    
 $graphqlEnabled<?php /*A*//*B*/ ?>    
 $graphiQlEnabled<?php /*A*//*B*/ ?>    
 $graphQlPlaygroundEnabled<?php /*A*//*B*/ ?>    
 $swaggerVersions<?php /*A*//*B*/ ?>    
class RouteNameResolver
 $router<?php /*A*//*B*/ ?>    
 $pathPrefixProvider<?php /*A*//*B*/ ?>    
class CachedRouteNameResolver
 $decorated<?php /*A*//*B*/ ?>    
 $pathPrefixProvider<?php /*A*//*B*/ ?>    
class HydraErrorNormalizer
 $decorated<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $newApiRoute<?php /*A*//*B*/ ?>    
class CommandArgumentsDenormalizer
 $objectNormalizer<?php /*A*//*B*/ ?>    
 $iriToIdentifierConverter<?php /*A*//*B*/ ?>    
 $commandAwareInputDataTransformer<?php /*A*//*B*/ ?>    
class AddressDenormalizer
 $objectNormalizer<?php /*A*//*B*/ ?>    
 $classType<?php /*A*//*B*/ ?>    
 $interfaceType<?php /*A*//*B*/ ?>    
class FlattenExceptionNormalizer
 $decorated<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
 $newApiRoute<?php /*A*//*B*/ ?>    
class SendContactRequestHandler
 $sender<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
class AddProductReviewHandler
 $productReviewFactory<?php /*A*//*B*/ ?>    
 $productReviewRepository<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $customerResolver<?php /*A*//*B*/ ?>    
class UpdateCartHandler
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderAddressModifier<?php /*A*//*B*/ ?>    
 $orderPromotionCodeAssigner<?php /*A*//*B*/ ?>    
 $customerResolver<?php /*A*//*B*/ ?>    
class SendOrderConfirmationHandler
 $emailSender<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class ChooseShippingMethodHandler
 $orderRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $eligibilityChecker<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class SendShipmentConfirmationEmailHandler
 $emailSender<?php /*A*//*B*/ ?>    
 $shipmentRepository<?php /*A*//*B*/ ?>    
class ShipShipmentHandler
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $eventBus<?php /*A*//*B*/ ?>    
class CompleteOrderHandler
 $orderRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
 $eventBus<?php /*A*//*B*/ ?>    
 $orderPromotionsIntegrityChecker<?php /*A*//*B*/ ?>    
class ChoosePaymentMethodHandler
 $orderRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $paymentRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $paymentMethodChanger<?php /*A*//*B*/ ?>    
class ChangeItemQuantityInCartHandler
 $orderItemRepository<?php /*A*//*B*/ ?>    
 $orderItemQuantityModifier<?php /*A*//*B*/ ?>    
 $orderProcessor<?php /*A*//*B*/ ?>    
class PickupCartHandler
 $cartFactory<?php /*A*//*B*/ ?>    
 $cartRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $orderManager<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
class AddItemToCartHandler
 $orderRepository<?php /*A*//*B*/ ?>    
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $orderModifier<?php /*A*//*B*/ ?>    
 $cartItemFactory<?php /*A*//*B*/ ?>    
 $orderItemQuantityModifier<?php /*A*//*B*/ ?>    
class RemoveItemFromCartHandler
 $orderItemRepository<?php /*A*//*B*/ ?>    
 $orderModifier<?php /*A*//*B*/ ?>    
class BlameCartHandler
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $orderProcessor<?php /*A*//*B*/ ?>    
class ResetPasswordHandler
 $userPasswordResetter<?php /*A*//*B*/ ?>    
class ChangeShopUserPasswordHandler
 $passwordUpdater<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
class VerifyCustomerAccountHandler
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $calendar<?php /*A*//*B*/ ?>    
class RequestResetPasswordTokenHandler
 $userRepository<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
 $generator<?php /*A*//*B*/ ?>    
 $calendar<?php /*A*//*B*/ ?>    
class SendResetPasswordEmailHandler
 $emailSender<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $userRepository<?php /*A*//*B*/ ?>    
class RegisterShopUserHandler
 $shopUserFactory<?php /*A*//*B*/ ?>    
 $shopUserManager<?php /*A*//*B*/ ?>    
 $customerResolver<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $tokenGenerator<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
class SendAccountVerificationEmailHandler
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $emailSender<?php /*A*//*B*/ ?>    
class ChangePaymentMethodHandler
 $paymentMethodChanger<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class SendAccountRegistrationEmailHandler
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $channelRepository<?php /*A*//*B*/ ?>    
 $emailSender<?php /*A*//*B*/ ?>    
class ResendVerificationEmailHandler
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $tokenGenerator<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
class TokenBasedUserContext
 $tokenStorage<?php /*A*//*B*/ ?>    
class TokenValueBasedCartContext
 $requestStack<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $newApiRoute<?php /*A*//*B*/ ?>    
class ForVariantsScopeValidator
 $baseScopeValidator<?php /*A*//*B*/ ?>    
 $sectionProvider<?php /*A*//*B*/ ?>    
class ForProductsScopeValidator
 $baseScopeValidator<?php /*A*//*B*/ ?>    
 $sectionProvider<?php /*A*//*B*/ ?>    
class ForTaxonsScopeValidator
 $baseScopeValidator<?php /*A*//*B*/ ?>    
 $sectionProvider<?php /*A*//*B*/ ?>    
class PercentageDiscountActionValidator
 $sectionProvider<?php /*A*//*B*/ ?>    
class FixedDiscountActionValidator
 $baseActionValidator<?php /*A*//*B*/ ?>    
 $sectionProvider<?php /*A*//*B*/ ?>    
class OrderItemAvailability
 $message<?php /*A*//*B*/ ?>    
class AccountVerificationTokenEligibilityValidator
 $shopUserRepository<?php /*A*//*B*/ ?>    
class ConfirmResetPassword
 $message<?php /*A*//*B*/ ?>    
class UpdateCartEmailNotAllowedValidator
 $orderRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class OrderProductEligibility
 $message<?php /*A*//*B*/ ?>    
class AdminResetPasswordTokenNonExpiredValidator
 $adminUserRepository<?php /*A*//*B*/ ?>    
 $tokenTtl<?php /*A*//*B*/ ?>    
class UniqueReviewerEmail
 $message<?php /*A*//*B*/ ?>    
class PromotionCouponEligibilityValidator
 $promotionCouponRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $appliedCouponEligibilityChecker<?php /*A*//*B*/ ?>    
class OrderPaymentMethodEligibilityValidator
 $orderRepository<?php /*A*//*B*/ ?>    
class ChosenShippingMethodEligibilityValidator
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodsResolver<?php /*A*//*B*/ ?>    
class ChosenShippingMethodEligibility
 $message<?php /*A*//*B*/ ?>    
 $notFoundMessage<?php /*A*//*B*/ ?>    
 $shipmentNotFoundMessage<?php /*A*//*B*/ ?>    
 $shippingAddressNotFoundMessage<?php /*A*//*B*/ ?>    
class ShopUserNotVerifiedValidator
 $shopUserRepository<?php /*A*//*B*/ ?>    
class ShipmentAlreadyShippedValidator
 $shipmentRepository<?php /*A*//*B*/ ?>    
class ChosenPaymentMethodEligibility
 $notAvailable<?php /*A*//*B*/ ?>    
 $notExist<?php /*A*//*B*/ ?>    
class CorrectChangeShopUserConfirmPassword
 $message<?php /*A*//*B*/ ?>    
class AccountVerificationTokenEligibility
 $message<?php /*A*//*B*/ ?>    
class OrderShippingMethodEligibilityValidator
 $orderRepository<?php /*A*//*B*/ ?>    
 $eligibilityChecker<?php /*A*//*B*/ ?>    
class CorrectOrderAddress
 $countryCodeNotExistMessage<?php /*A*//*B*/ ?>    
 $addressWithoutCountryCodeCanNotExistMessage<?php /*A*//*B*/ ?>    
class UniqueShopUserEmail
 $message<?php /*A*//*B*/ ?>    
class ShipmentAlreadyShipped
 $message<?php /*A*//*B*/ ?>    
class OrderShippingMethodEligibility
 $message<?php /*A*//*B*/ ?>    
 $methodNotAvailableMessage<?php /*A*//*B*/ ?>    
class AdminResetPasswordTokenNonExpired
 $message<?php /*A*//*B*/ ?>    
class ShopUserNotVerified
 $message<?php /*A*//*B*/ ?>    
class OrderNotEmptyValidator
 $orderRepository<?php /*A*//*B*/ ?>    
class AddingEligibleProductVariantToCartValidator
 $productVariantRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $availabilityChecker<?php /*A*//*B*/ ?>    
class ChangedItemQuantityInCartValidator
 $orderItemRepository<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
 $availabilityChecker<?php /*A*//*B*/ ?>    
class ChosenPaymentMethodEligibilityValidator
 $paymentRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $paymentMethodsResolver<?php /*A*//*B*/ ?>    
class OrderItemAvailabilityValidator
 $orderRepository<?php /*A*//*B*/ ?>    
 $availabilityChecker<?php /*A*//*B*/ ?>    
class CheckoutCompletionValidator
 $orderRepository<?php /*A*//*B*/ ?>    
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class UniqueReviewerEmailValidator
 $shopUserRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class AddingEligibleProductVariantToCart
 $productNotExistMessage<?php /*A*//*B*/ ?>    
 $productVariantNotExistMessage<?php /*A*//*B*/ ?>    
 $productVariantNotSufficient<?php /*A*//*B*/ ?>    
class PromotionCouponEligibility
 $message<?php /*A*//*B*/ ?>    
class OrderNotEmpty
 $message<?php /*A*//*B*/ ?>    
class CheckoutCompletion
 $message<?php /*A*//*B*/ ?>    
class OrderPaymentMethodEligibility
 $message<?php /*A*//*B*/ ?>    
class ChangedItemQuantityInCart
 $productNotExistMessage<?php /*A*//*B*/ ?>    
 $productVariantNotLongerAvailable<?php /*A*//*B*/ ?>    
 $productVariantNotSufficient<?php /*A*//*B*/ ?>    
class CorrectOrderAddressValidator
 $countryRepository<?php /*A*//*B*/ ?>    
class OrderProductEligibilityValidator
 $orderRepository<?php /*A*//*B*/ ?>    
class UpdateCartEmailNotAllowed
 $message<?php /*A*//*B*/ ?>    
class UniqueShopUserEmailValidator
 $canonicalizer<?php /*A*//*B*/ ?>    
 $shopUserRepository<?php /*A*//*B*/ ?>    
class IriToIdentifierConverter
 $router<?php /*A*//*B*/ ?>    
class ProductSlugDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class ShopAuthenticationTokenDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class ProductImageDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $filterProvider<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class ShippingMethodDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
class ProductVariantDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
class AcceptLanguageHeaderDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
class PathHiderDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $apiRoutes<?php /*A*//*B*/ ?>    
class AdminAuthenticationTokenDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class ProductDocumentationNormalizer
 $decoratedNormalizer<?php /*A*//*B*/ ?>    
class OrderAddressModifier
 $stateMachineFactory<?php /*A*//*B*/ ?>    
 $addressMapper<?php /*A*//*B*/ ?>    
class AppliedCouponEligibilityChecker
 $promotionChecker<?php /*A*//*B*/ ?>    
 $promotionCouponChecker<?php /*A*//*B*/ ?>    
class PaymentMethodChanger
 $paymentRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
class IriToIdentifierConverterTest
 $router<?php /*A*//*B*/ ?>    
 $identifierConverter<?php /*A*//*B*/ ?>    
 $converter<?php /*A*//*B*/ ?>    
class FooSyliusResource
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
class Taxon
 $type<?php /*A*//*B*/ ?>    
class Foo
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $owner<?php /*A*//*B*/ ?>    
 $fooSyliusResource<?php /*A*//*B*/ ?>    
class FooCommand
 $bar<?php /*A*//*B*/ ?>    
class CommandAwareInputDataTransformerSpec
 $CONTEXT<?php /*A*//*B*/ ?>    
class PathPrefixProvider
 $userContext<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class CompositePaymentConfigurationProvider
 $apiPaymentMethodHandlers<?php /*A*//*B*/ ?>    
class LiipProductImageFilterProvider
 $filters<?php /*A*//*B*/ ?>    
class ApiScenarioEventDispatchingScenarioTester
 $baseTester<?php /*A*//*B*/ ?>    
class SubresourceIdAwareCommandDataTransformer
 $requestStack<?php /*A*//*B*/ ?>    
class LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer
 $userContext<?php /*A*//*B*/ ?>    
class ChannelCodeAwareInputCommandDataTransformer
 $channelContext<?php /*A*//*B*/ ?>    
class LoggedInCustomerEmailAwareCommandDataTransformer
 $userContext<?php /*A*//*B*/ ?>    
class LocaleCodeAwareInputCommandDataTransformer
 $localeContext<?php /*A*//*B*/ ?>    
class CommandAwareInputDataTransformer
 $commandDataTransformers<?php /*A*//*B*/ ?>    
class LoggedInShopUserIdAwareCommandDataTransformer
 $userContext<?php /*A*//*B*/ ?>    
class OrderItemItemDataProvider
 $orderItemRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class OrderAdjustmentsSubresourceDataProvider
 $orderRepository<?php /*A*//*B*/ ?>    
class OrderItemAdjustmentsSubresourceDataProvider
 $orderItemRepository<?php /*A*//*B*/ ?>    
class ProductItemDataProvider
 $productRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class ChannelsCollectionDataProvider
 $channelContext<?php /*A*//*B*/ ?>    
class OrderItemUnitItemDataProvider
 $orderItemUnitRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class CustomerItemDataProvider
 $userContext<?php /*A*//*B*/ ?>    
 $customerRepository<?php /*A*//*B*/ ?>    
class ChannelAwareItemDataProvider
 $itemDataProvider<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class ShipmentItemDataProvider
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class PaymentMethodsCollectionDataProvider
 $orderRepository<?php /*A*//*B*/ ?>    
 $paymentMethodRepository<?php /*A*//*B*/ ?>    
 $paymentRepository<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $paymentMethodsResolver<?php /*A*//*B*/ ?>    
class PaymentItemDataProvider
 $paymentRepository<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class ProductAttributesSubresourceDataProvider
 $collectionExtensions<?php /*A*//*B*/ ?>    
 $attributeValueRepository<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class ShippingMethodsCollectionDataProvider
 $shipmentRepository<?php /*A*//*B*/ ?>    
 $shippingMethodRepository<?php /*A*//*B*/ ?>    
 $shippingMethodsResolver<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class GetProductBySlugAction
 $channelContext<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
 $productRepository<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class DeleteOrderItemAction
 $commandBus<?php /*A*//*B*/ ?>    
 $orderItemRepository<?php /*A*//*B*/ ?>    
class RemoveCatalogPromotionAction
 $catalogPromotionRemovalProcessor<?php /*A*//*B*/ ?>    
class UploadAvatarImageAction
 $avatarImageFactory<?php /*A*//*B*/ ?>    
 $avatarImageRepository<?php /*A*//*B*/ ?>    
 $imageUploader<?php /*A*//*B*/ ?>    
 $iriConverter<?php /*A*//*B*/ ?>    
class GetPaymentConfiguration
 $paymentRepository<?php /*A*//*B*/ ?>    
 $compositePaymentConfigurationProvider<?php /*A*//*B*/ ?>    
class ExchangeRateExtension
 $userContext<?php /*A*//*B*/ ?>    
class OrderVisitorItemExtension
 $userContext<?php /*A*//*B*/ ?>    
class AddressItemExtension
 $userContext<?php /*A*//*B*/ ?>    
class EnabledProductVariantItemExtension
 $userContext<?php /*A*//*B*/ ?>    
class OrderShopUserItemExtension
 $userContext<?php /*A*//*B*/ ?>    
class CurrencyCollectionExtension
 $userContext<?php /*A*//*B*/ ?>    
class ProductsByTaxonExtension
 $userContext<?php /*A*//*B*/ ?>    
class OrdersByLoggedInUserExtension
 $userContext<?php /*A*//*B*/ ?>    
class HideArchivedShippingMethodExtension
 $shippingMethodClass<?php /*A*//*B*/ ?>    
class CountryCollectionExtension
 $userContext<?php /*A*//*B*/ ?>    
class ProductsByChannelAndLocaleCodeExtension
 $userContext<?php /*A*//*B*/ ?>    
class EnabledProductVariantsExtension
 $userContext<?php /*A*//*B*/ ?>    
class ProductsWithEnableFlagExtension
 $userContext<?php /*A*//*B*/ ?>    
class TaxonCollectionExtension
 $userContext<?php /*A*//*B*/ ?>    
class RestrictingFilterEagerLoadingExtension
 $decoratedExtension<?php /*A*//*B*/ ?>    
 $restrictedResources<?php /*A*//*B*/ ?>    
class AcceptedProductReviewsExtension
 $productReviewClass<?php /*A*//*B*/ ?>    
class OrdersByChannelExtension
 $userContext<?php /*A*//*B*/ ?>    
class AddressesExtension
 $userContext<?php /*A*//*B*/ ?>    
class LocaleCollectionExtension
 $userContext<?php /*A*//*B*/ ?>    
class AdminApiUriBasedSectionResolver
 $adminApiUriBeginning<?php /*A*//*B*/ ?>    
class ShopApiUriBasedSectionResolver
 $shopApiUriBeginning<?php /*A*//*B*/ ?>    
 $shopApiOrdersResourceUri<?php /*A*//*B*/ ?>    
class AddressDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
 $userContext<?php /*A*//*B*/ ?>    
class MessengerDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
class CountryDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
 $countryProvincesDeletionChecker<?php /*A*//*B*/ ?>    
class AdminUserDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
 $tokenStorage<?php /*A*//*B*/ ?>    
 $passwordUpdater<?php /*A*//*B*/ ?>    
class ZoneDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
 $zoneDeletionChecker<?php /*A*//*B*/ ?>    
class ShippingMethodDataPersister
 $decoratedDataPersister<?php /*A*//*B*/ ?>    
class SendContactRequest
 $localeCode<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $message<?php /*A*//*B*/ ?>    
class AddProductReview
 $title<?php /*A*//*B*/ ?>    
 $rating<?php /*A*//*B*/ ?>    
 $comment<?php /*A*//*B*/ ?>    
 $productCode<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
class SendShipmentConfirmationEmail
 $shipmentId<?php /*A*//*B*/ ?>    
class UpdateCart
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $billingAddress<?php /*A*//*B*/ ?>    
 $shippingAddress<?php /*A*//*B*/ ?>    
 $couponCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class ShipShipment
 $shipmentId<?php /*A*//*B*/ ?>    
 $trackingCode<?php /*A*//*B*/ ?>    
class ChoosePaymentMethod
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $paymentId<?php /*A*//*B*/ ?>    
 $paymentMethodCode<?php /*A*//*B*/ ?>    
class ChooseShippingMethod
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $shipmentId<?php /*A*//*B*/ ?>    
 $shippingMethodCode<?php /*A*//*B*/ ?>    
class CompleteOrder
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $notes<?php /*A*//*B*/ ?>    
class SendOrderConfirmation
 $orderToken<?php /*A*//*B*/ ?>    
class InformAboutCartRecalculation
 $promotionName<?php /*A*//*B*/ ?>    
class BlameCart
 $shopUserEmail<?php /*A*//*B*/ ?>    
 $orderTokenValue<?php /*A*//*B*/ ?>    
class AddItemToCart
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $productVariantCode<?php /*A*//*B*/ ?>    
 $quantity<?php /*A*//*B*/ ?>    
class RemoveItemFromCart
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $itemId<?php /*A*//*B*/ ?>    
class PickupCart
 $tokenValue<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
class ChangeItemQuantityInCart
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $orderItemId<?php /*A*//*B*/ ?>    
 $quantity<?php /*A*//*B*/ ?>    
class ResendVerificationEmail
 $shopUserId<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class SendAccountRegistrationEmail
 $shopUserEmail<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
class RegisterShopUser
 $firstName<?php /*A*//*B*/ ?>    
 $lastName<?php /*A*//*B*/ ?>    
 $email<?php /*A*//*B*/ ?>    
 $password<?php /*A*//*B*/ ?>    
 $subscribedToNewsletter<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class RequestResetPasswordToken
 $email<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class ChangePaymentMethod
 $orderTokenValue<?php /*A*//*B*/ ?>    
 $paymentId<?php /*A*//*B*/ ?>    
 $paymentMethodCode<?php /*A*//*B*/ ?>    
class SendAccountVerificationEmail
 $shopUserEmail<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
class ChangeShopUserPassword
 $shopUserId<?php /*A*//*B*/ ?>    
 $newPassword<?php /*A*//*B*/ ?>    
 $confirmNewPassword<?php /*A*//*B*/ ?>    
 $currentPassword<?php /*A*//*B*/ ?>    
class SendResetPasswordEmail
 $email<?php /*A*//*B*/ ?>    
 $channelCode<?php /*A*//*B*/ ?>    
 $localeCode<?php /*A*//*B*/ ?>    
class ResetPassword
 $resetPasswordToken<?php /*A*//*B*/ ?>    
 $newPassword<?php /*A*//*B*/ ?>    
 $confirmNewPassword<?php /*A*//*B*/ ?>    
class VerifyCustomerAccount
 $token<?php /*A*//*B*/ ?>    
class ProductVariantCatalogPromotionFilter
 $iriConverter<?php /*A*//*B*/ ?>    
class ProductVariantOptionValueFilter
 $iriConverter<?php /*A*//*B*/ ?>    
class CatalogPromotionChannelFilter
 $iriConverter<?php /*A*//*B*/ ?>    
class TaxonFilter
 $iriConverter<?php /*A*//*B*/ ?>    
class LocaleContextBuilder
 $decoratedLocaleBuilder<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
class HttpRequestMethodTypeContextBuilder
 $decoratedLocaleBuilder<?php /*A*//*B*/ ?>    
class ChannelContextBuilder
 $decoratedContextBuilder<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class OrderCompletedHandler
 $commandBus<?php /*A*//*B*/ ?>    
class KernelRequestEventSubscriber
 $apiEnabled<?php /*A*//*B*/ ?>    
 $apiRoute<?php /*A*//*B*/ ?>    
class ProductSlugEventSubscriber
 $slugGenerator<?php /*A*//*B*/ ?>    
class ProductDeletionEventSubscriber
 $productInPromotionRuleChecker<?php /*A*//*B*/ ?>    
class ProductVariantEventSubscriber
 $eventBus<?php /*A*//*B*/ ?>    
class CatalogPromotionEventSubscriber
 $catalogPromotionAnnouncer<?php /*A*//*B*/ ?>    
class ProductReviewStateMachineTransitionApplicator
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class ArchivingShippingMethodApplicator
 $calendar<?php /*A*//*B*/ ?>    
class PaymentStateMachineTransitionApplicator
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class OrderStateMachineTransitionApplicator
 $stateMachineFactory<?php /*A*//*B*/ ?>    
class OrderCompleted
 $orderToken<?php /*A*//*B*/ ?>    
class OrderPromotionCodeAssigner
 $promotionCouponRepository<?php /*A*//*B*/ ?>    
 $orderProcessor<?php /*A*//*B*/ ?>    
class AuthenticationSuccessListener
 $iriConverter<?php /*A*//*B*/ ?>    
class ApiCartBlamerListener
 $cartContext<?php /*A*//*B*/ ?>    
 $uriBasedSectionContext<?php /*A*//*B*/ ?>    
 $commandBus<?php /*A*//*B*/ ?>    
class UrlBasedLocaleSwitcher
 $urlGenerator<?php /*A*//*B*/ ?>    
class StorageBasedLocaleSwitcher
 $localeStorage<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class ContactController
 $router<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
 $templatingEngine<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $customerContext<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
 $contactEmailManager<?php /*A*//*B*/ ?>    
class LocaleSwitchController
 $templatingEngine<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
 $localeProvider<?php /*A*//*B*/ ?>    
 $localeSwitcher<?php /*A*//*B*/ ?>    
class CurrencySwitchController
 $templatingEngine<?php /*A*//*B*/ ?>    
 $currencyContext<?php /*A*//*B*/ ?>    
 $currencyStorage<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
class SecurityWidgetController
 $templatingEngine<?php /*A*//*B*/ ?>    
class HomepageController
 $templatingEngine<?php /*A*//*B*/ ?>    
class ShopUriBasedSectionResolver
 $shopCustomerAccountUri<?php /*A*//*B*/ ?>    
class OrderEmailManager
 $emailSender<?php /*A*//*B*/ ?>    
 $decoratedEmailManager<?php /*A*//*B*/ ?>    
class ContactEmailManager
 $emailSender<?php /*A*//*B*/ ?>    
class OrderItemsSubtotalExtension
 $calculator<?php /*A*//*B*/ ?>    
class OrderPaymentsExtension
 $paymentMethodsResolver<?php /*A*//*B*/ ?>    
class UserImpersonatedListener
 $cartStorage<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $orderRepository<?php /*A*//*B*/ ?>    
class UserRegistrationListener
 $userManager<?php /*A*//*B*/ ?>    
 $tokenGenerator<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $userLogin<?php /*A*//*B*/ ?>    
 $firewallContextName<?php /*A*//*B*/ ?>    
class NonChannelLocaleListener
 $firewallNames<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
 $channelBasedLocaleProvider<?php /*A*//*B*/ ?>    
 $firewallMap<?php /*A*//*B*/ ?>    
class ShopCartBlamerListener
 $cartContext<?php /*A*//*B*/ ?>    
 $uriBasedSectionContext<?php /*A*//*B*/ ?>    
class OrderCustomerIpListener
 $ipAssigner<?php /*A*//*B*/ ?>    
 $requestStack<?php /*A*//*B*/ ?>    
class OrderIntegrityChecker
 $router<?php /*A*//*B*/ ?>    
 $manager<?php /*A*//*B*/ ?>    
 $orderPromotionsIntegrityChecker<?php /*A*//*B*/ ?>    
class UserCartRecalculationListener
 $cartContext<?php /*A*//*B*/ ?>    
 $orderProcessor<?php /*A*//*B*/ ?>    
 $uriBasedSectionContext<?php /*A*//*B*/ ?>    
class ShopCustomerAccountSubSectionCacheControlSubscriber
 $sectionProvider<?php /*A*//*B*/ ?>    
class OrderCompleteListener
 $orderEmailManager<?php /*A*//*B*/ ?>    
class ShopUserLogoutHandler
 $channelContext<?php /*A*//*B*/ ?>    
 $cartStorage<?php /*A*//*B*/ ?>    
class OrderLocaleAssigner
 $localeContext<?php /*A*//*B*/ ?>    
class SessionCartSubscriber
 $cartContext<?php /*A*//*B*/ ?>    
 $cartStorage<?php /*A*//*B*/ ?>    
class CustomerEmailUpdaterListener
 $tokenGenerator<?php /*A*//*B*/ ?>    
 $channelContext<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $requestStackOrSession<?php /*A*//*B*/ ?>    
 $uriBasedSectionContext<?php /*A*//*B*/ ?>    
 $tokenStorage<?php /*A*//*B*/ ?>    
class LocaleStrippingRouter
 $router<?php /*A*//*B*/ ?>    
 $localeContext<?php /*A*//*B*/ ?>    
class TaxCategoryChoiceType
 $taxCategoryRepository<?php /*A*//*B*/ ?>    
class TaxCalculatorChoiceType
 $calculators<?php /*A*//*B*/ ?>    
class TraceableTemplateEventRenderer
 $templateEventRenderer<?php /*A*//*B*/ ?>    
 $templateBlockRenderingHistory<?php /*A*//*B*/ ?>    
class TraceableTemplateBlockRenderer
 $templateBlockRenderer<?php /*A*//*B*/ ?>    
 $templateBlockRenderingHistory<?php /*A*//*B*/ ?>    
class TemplateBlockRenderingHistory
 $renderedEvents<?php /*A*//*B*/ ?>    
 $currentlyRenderedEvents<?php /*A*//*B*/ ?>    
 $currentlyRenderedBlocks<?php /*A*//*B*/ ?>    
class TemplateBlockDataCollector
 $templateBlockRenderingHistory<?php /*A*//*B*/ ?>    
class TwigTemplateBlockRenderer
 $twig<?php /*A*//*B*/ ?>    
 $contextProviders<?php /*A*//*B*/ ?>    
class HtmlDebugTemplateEventRenderer
 $templateEventRenderer<?php /*A*//*B*/ ?>    
 $templateBlockRegistry<?php /*A*//*B*/ ?>    
class HtmlDebugTemplateBlockRenderer
 $templateBlockRenderer<?php /*A*//*B*/ ?>    
class DelegatingTemplateEventRenderer
 $templateBlockRegistry<?php /*A*//*B*/ ?>    
 $templateBlockRenderer<?php /*A*//*B*/ ?>    
class TemplateEventTest
 $twig<?php /*A*//*B*/ ?>    
class FilterStorage
 $requestStackOrSession<?php /*A*//*B*/ ?>    
class SecurityController
 $authenticationUtils<?php /*A*//*B*/ ?>    
 $formFactory<?php /*A*//*B*/ ?>    
 $templatingEngine<?php /*A*//*B*/ ?>    
 $authorizationChecker<?php /*A*//*B*/ ?>    
 $router<?php /*A*//*B*/ ?>    
class MenuBuilderEvent
 $factory<?php /*A*//*B*/ ?>    
 $menu<?php /*A*//*B*/ ?>    
class TemplateBlock
 $name<?php /*A*//*B*/ ?>    
 $eventName<?php /*A*//*B*/ ?>    
 $template<?php /*A*//*B*/ ?>    
 $context<?php /*A*//*B*/ ?>    
 $priority<?php /*A*//*B*/ ?>    
 $enabled<?php /*A*//*B*/ ?>    
class TemplateBlockRegistry
 $eventsToTemplateBlocks<?php /*A*//*B*/ ?>    
class DebugTemplateEventCommand
 $defaultName<?php /*A*//*B*/ ?>    
 $templateBlockRegistry<?php /*A*//*B*/ ?>    
class TestFormAttributeExtension
 $environment<?php /*A*//*B*/ ?>    
class TemplateEventExtension
 $templateEventRenderer<?php /*A*//*B*/ ?>    
class TestHtmlAttributeExtension
 $env<?php /*A*//*B*/ ?>    
class LegacySonataBlockExtension
 $whitelistedVariables<?php /*A*//*B*/ ?>    
class BlockEventListener
 $template<?php /*A*//*B*/ ?>    
class AttributeTypeChoiceType
 $attributeTypes<?php /*A*//*B*/ ?>    
class AttributeType
 $attributeTranslationType<?php /*A*//*B*/ ?>    
 $formTypeRegistry<?php /*A*//*B*/ ?>    
class AttributeChoiceType
 $attributeRepository<?php /*A*//*B*/ ?>    
class AttributeValueType
 $attributeChoiceType<?php /*A*//*B*/ ?>    
 $attributeRepository<?php /*A*//*B*/ ?>    
 $localeRepository<?php /*A*//*B*/ ?>    
 $formTypeRegistry<?php /*A*//*B*/ ?>    
class SelectAttributeType
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class SelectAttributeChoicesCollectionType
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class SelectAttributeValueTranslationsType
 $definedLocalesCodes<?php /*A*//*B*/ ?>    
 $defaultLocaleCode<?php /*A*//*B*/ ?>    
class ValidSelectAttributeConfiguration
 $messageMultiple<?php /*A*//*B*/ ?>    
 $messageMinEntries<?php /*A*//*B*/ ?>    
 $messageMaxEntries<?php /*A*//*B*/ ?>    
class ValidTextAttributeConfiguration
 $message<?php /*A*//*B*/ ?>    
class ValidAttributeValueValidator
 $attributeTypeRegistry<?php /*A*//*B*/ ?>    
class SelectAttributeTypeTest
 $translationProvider<?php /*A*//*B*/ ?>    
class LoadMetadataSubscriber
 $subjects<?php /*A*//*B*/ ?>    
class ShippingMethodRuleChoiceType
 $rules<?php /*A*//*B*/ ?>    
class AbstractConfigurableShippingMethodElementType
 $formTypeRegistry<?php /*A*//*B*/ ?>    
class ShippingMethodChoiceType
 $shippingMethodsResolver<?php /*A*//*B*/ ?>    
 $calculators<?php /*A*//*B*/ ?>    
 $repository<?php /*A*//*B*/ ?>    
class ShippingCategoryChoiceType
 $shippingCategoryRepository<?php /*A*//*B*/ ?>    
class ShippingMethodType
 $shippingMethodTranslationType<?php /*A*//*B*/ ?>    
 $calculatorRegistry<?php /*A*//*B*/ ?>    
 $formTypeRegistry<?php /*A*//*B*/ ?>    
class CalculatorChoiceType
 $calculators<?php /*A*//*B*/ ?>    
class AbstractConfigurationCollectionType
 $registry<?php /*A*//*B*/ ?>    
class ShippingDateAssigner
 $calendar<?php /*A*//*B*/ ?>