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' | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $factory | <?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' | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $commandTester | <?php /*A*//*B*/ ?> | |||||||
| $application | <?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, ] | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $content | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodClass | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodClass | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $productVariantResolver | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?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' | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $factory | <?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' | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $defaultLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelFactory | <?php /*A*//*B*/ ?> | |||||||
| $currencyFactory | <?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' | |||||||
| $zoneFactory | <?php /*A*//*B*/ ?> | |||||||
| $defaultLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $currencyFactory | <?php /*A*//*B*/ ?> | |||||||
| $countryFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeFactory | <?php /*A*//*B*/ ?> | |||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelFactory | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?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' | |||||||
| $minimumPriceDistributor | <?php /*A*//*B*/ ?> | |||||||
| $distributor | <?php /*A*//*B*/ ?> | |||||||
| $unitsPromotionAdjustmentsApplicator | <?php /*A*//*B*/ ?> | |||||||
| class HasTaxonRuleChecker | ||||||||
| TYPE | 'has_taxon' | |||||||
| class ImageUploader | ||||||||
| MIME_SVG | 'image/svg' | |||||||
| MIME_SVG_XML | 'image/svg+xml' | |||||||
| $filesystem | <?php /*A*//*B*/ ?> | |||||||
| $sanitizer | <?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_VERSION | SyliusCoreBundle::EXTRA_VERSION | |||||||
| MAJOR_VERSION | SyliusCoreBundle::MAJOR_VERSION | |||||||
| MINOR_VERSION | SyliusCoreBundle::MINOR_VERSION | |||||||
| RELEASE_VERSION | SyliusCoreBundle::RELEASE_VERSION | |||||||
| VERSION | SyliusCoreBundle::VERSION | |||||||
| VERSION_ID | SyliusCoreBundle::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'] | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingShippingMethodsContext | ||||||||
| SORT_TYPES | ['ascending' => 'asc', 'descending' => 'desc'] | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class MergingExtractorResourceMetadataFactory | ||||||||
| RESOURCES | ['shortName', 'description', 'iri', 'itemOperations', 'collectionOperations', 'subresourceOperations', 'graphql', 'attributes'] | |||||||
| $extractor | <?php /*A*//*B*/ ?> | |||||||
| $decorated | <?php /*A*//*B*/ ?> | |||||||
| $resourceMetadataPropertyValueResolver | <?php /*A*//*B*/ ?> | |||||||
| $defaults | <?php /*A*//*B*/ ?> | |||||||
| class MessageSendCacher | ||||||||
| CACHE_KEY | 'messages' | |||||||
| $cache | <?php /*A*//*B*/ ?> | |||||||
| class NthOrderRuleChecker | ||||||||
| TYPE | 'nth_order' | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class OrderAdjustmentsVoter | ||||||||
| SYLIUS_ORDER_ADJUSTMENT | 'SYLIUS_ORDER_ADJUSTMENT' | |||||||
| $adjustmentOrderProvider | <?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*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $eventDispatcher | <?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' | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class PercentAttributeType | ||||||||
| TYPE | 'percent' | |||||||
| class PercentageDiscountPriceCalculator | ||||||||
| TYPE | 'percentage_discount' | |||||||
| class PercentageDiscountPromotionActionCommand | ||||||||
| TYPE | 'order_percentage_discount' | |||||||
| $minimumPriceDistributor | <?php /*A*//*B*/ ?> | |||||||
| $unitsPromotionAdjustmentsApplicator | <?php /*A*//*B*/ ?> | |||||||
| $distributor | <?php /*A*//*B*/ ?> | |||||||
| class PickupCartHandlerSpec | ||||||||
| TOKEN_LENGTH | 20 | |||||||
| class PriorityQueue | ||||||||
| EXTR_BOTH | 0x00000003 | |||||||
| EXTR_DATA | 0x00000001 | |||||||
| EXTR_PRIORITY | 0x00000002 | |||||||
| $queue | <?php /*A*//*B*/ ?> | |||||||
| $items | <?php /*A*//*B*/ ?> | |||||||
| $queueClass | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributeValueNormalizer | ||||||||
| ALREADY_CALLED | 'sylius_product_attribute_value_normalizer_already_called' | |||||||
| $defaultLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $localeProvider | <?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' | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $cacheManager | <?php /*A*//*B*/ ?> | |||||||
| $prefix | <?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' | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $factory | <?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' | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $priceCalculator | <?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_PROPERTIES | 3 | |||||||
| $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' | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $contentTypeGuide | <?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*/ ?> | |||||||
| $securityService | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?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' | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingCalculators | <?php /*A*//*B*/ ?> | |||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| class ShippingPercentageDiscountPromotionActionCommand | ||||||||
| TYPE | 'shipping_percentage_discount' | |||||||
| $adjustmentFactory | <?php /*A*//*B*/ ?> | |||||||
| class ShowPlusInfoCommand | ||||||||
| SYLIUS_PLUS_URL | 'https://sylius.com/plus/' | |||||||
| SYLIUS_STORE_URL | 'https://store.sylius.com/' | |||||||
| class SyliusCoreBundle | ||||||||
| EXTRA_VERSION | 'DEV' | |||||||
| MAJOR_VERSION | '1' | |||||||
| MINOR_VERSION | '12' | |||||||
| RELEASE_VERSION | '20' | |||||||
| VERSION | '1.12.20-DEV' | |||||||
| VERSION_ID | '11220' | |||||||
| 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 UniqueIdBasedOrderTokenAssignerSpec | ||||||||
| TOKEN_LENGTH | 32 | |||||||
| class UnitFixedDiscountPromotionActionCommand | ||||||||
| TYPE | 'unit_fixed_discount' | |||||||
| $priceRangeFilter | <?php /*A*//*B*/ ?> | |||||||
| $productFilter | <?php /*A*//*B*/ ?> | |||||||
| $taxonFilter | <?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_LENGTH | 4096 | |||||||
| $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 | ||||||||
| $value | <?php /*A*//*B*/ ?> | |||||||
| $types | <?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 | ||||||||
| $emailChecker | <?php /*A*//*B*/ ?> | |||||||
| $translator | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class UserContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $customerShowPage | <?php /*A*//*B*/ ?> | |||||||
| class PaypalContext | ||||||||
| $paypalApiMocker | <?php /*A*//*B*/ ?> | |||||||
| $paypalExpressCheckoutPage | <?php /*A*//*B*/ ?> | |||||||
| $orderDetails | <?php /*A*//*B*/ ?> | |||||||
| $summaryPage | <?php /*A*//*B*/ ?> | |||||||
| class BrowserContext | ||||||||
| $browserElement | <?php /*A*//*B*/ ?> | |||||||
| class ChannelContext | ||||||||
| $pluginMainPage | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelContextSetter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $channelCreatePage | <?php /*A*//*B*/ ?> | |||||||
| class ThemeContext | ||||||||
| $channelIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $channelUpdatePage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ContactContext | ||||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $contactPage | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributeContext | ||||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| class AuthorizationContext | ||||||||
| $registerPage | <?php /*A*//*B*/ ?> | |||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| $registerElement | <?php /*A*//*B*/ ?> | |||||||
| class CartContext | ||||||||
| $productShowPage | <?php /*A*//*B*/ ?> | |||||||
| $checkoutSubtotalElement | <?php /*A*//*B*/ ?> | |||||||
| $cartWidgetElement | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $browserElement | <?php /*A*//*B*/ ?> | |||||||
| $sessionManager | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $summaryPage | <?php /*A*//*B*/ ?> | |||||||
| $addressPage | <?php /*A*//*B*/ ?> | |||||||
| class ProductContext | ||||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| $channelContextSetter | <?php /*A*//*B*/ ?> | |||||||
| $productReviewsIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $errorPage | <?php /*A*//*B*/ ?> | |||||||
| $verticalMenuElement | <?php /*A*//*B*/ ?> | |||||||
| class BrowsingProductContext | ||||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| class LocaleContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| class CurrencyContext | ||||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| class LoginContext | ||||||||
| $requestPasswordResetPage | <?php /*A*//*B*/ ?> | |||||||
| $registerPage | <?php /*A*//*B*/ ?> | |||||||
| $registerElement | <?php /*A*//*B*/ ?> | |||||||
| $wellKnownPasswordChangePage | <?php /*A*//*B*/ ?> | |||||||
| $resetPasswordPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| class RegistrationContext | ||||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $registerElement | <?php /*A*//*B*/ ?> | |||||||
| $profileUpdatePage | <?php /*A*//*B*/ ?> | |||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| $verificationPage | <?php /*A*//*B*/ ?> | |||||||
| $registerPage | <?php /*A*//*B*/ ?> | |||||||
| class HomepageContext | ||||||||
| $menuElement | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| class AddressBookContext | ||||||||
| $addressBookCreatePage | <?php /*A*//*B*/ ?> | |||||||
| $addressBookIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $addressRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?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 | ||||||||
| $orderIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $orderShowPage | <?php /*A*//*B*/ ?> | |||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| $profileUpdatePage | <?php /*A*//*B*/ ?> | |||||||
| $changePasswordPage | <?php /*A*//*B*/ ?> | |||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutContext | ||||||||
| $shippingContext | <?php /*A*//*B*/ ?> | |||||||
| $paymentContext | <?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*/ ?> | |||||||
| $addressPage | <?php /*A*//*B*/ ?> | |||||||
| $selectPaymentPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class RegistrationAfterCheckoutContext | ||||||||
| $registerElement | <?php /*A*//*B*/ ?> | |||||||
| $verificationPage | <?php /*A*//*B*/ ?> | |||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| $thankYouPage | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutOrderDetailsContext | ||||||||
| $thankYouPage | <?php /*A*//*B*/ ?> | |||||||
| $orderDetails | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutShippingContext | ||||||||
| $selectShippingPage | <?php /*A*//*B*/ ?> | |||||||
| $selectPaymentPage | <?php /*A*//*B*/ ?> | |||||||
| $completePage | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutThankYouContext | ||||||||
| $thankYouPage | <?php /*A*//*B*/ ?> | |||||||
| $orderDetails | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderShowPage | <?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 | ||||||||
| $selectShippingPage | <?php /*A*//*B*/ ?> | |||||||
| $addressComparator | <?php /*A*//*B*/ ?> | |||||||
| $addressFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $addressPage | <?php /*A*//*B*/ ?> | |||||||
| $testHelper | <?php /*A*//*B*/ ?> | |||||||
| class ManagingOrdersContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedSecurityService | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $errorPage | <?php /*A*//*B*/ ?> | |||||||
| $historyPage | <?php /*A*//*B*/ ?> | |||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCustomersContext | ||||||||
| $ordersIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingZonesContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| class RemovingTaxonContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class BrowsingProductVariantsContext | ||||||||
| $defaultProductVariantResolver | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductReviewsContext | ||||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingTaxCategoriesContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?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 | ||||||||
| $productShowPage | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionProductVariantIndexPage | <?php /*A*//*B*/ ?> | |||||||
| class RemovingProductContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantsCreationContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPaymentsContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $orderShowPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingChannelsBillingDataContext | ||||||||
| $shopBillingDataElement | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPaymentMethodsContext | ||||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $gatewayFactories | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingShippingCategoriesContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class LocaleContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $translator | <?php /*A*//*B*/ ?> | |||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| class LoginContext | ||||||||
| $loginPage | <?php /*A*//*B*/ ?> | |||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCurrenciesContext | ||||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCatalogPromotionsContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $filterElement | <?php /*A*//*B*/ ?> | |||||||
| $formElement | <?php /*A*//*B*/ ?> | |||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCustomerGroupsContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductTaxonsContext | ||||||||
| $updateSimpleProductPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingAdministratorLocalesContext | ||||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductAttributesContext | ||||||||
| $sharedSecurityService | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductAssociationTypesContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductsContext | ||||||||
| $testHelper | <?php /*A*//*B*/ ?> | |||||||
| $variantUpdatePage | <?php /*A*//*B*/ ?> | |||||||
| $variantGeneratePage | <?php /*A*//*B*/ ?> | |||||||
| $variantCreatePage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $productReviewIndexPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPerTaxonPage | <?php /*A*//*B*/ ?> | |||||||
| $createSimpleProductPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createConfigurableProductPage | <?php /*A*//*B*/ ?> | |||||||
| $updateConfigurableProductPage | <?php /*A*//*B*/ ?> | |||||||
| $updateSimpleProductPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingChannelsContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $shippingAddressInCheckoutRequiredElement | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| class ProductShowPageContext | ||||||||
| $pricingElement | <?php /*A*//*B*/ ?> | |||||||
| $moreDetailsElement | <?php /*A*//*B*/ ?> | |||||||
| $shippingElement | <?php /*A*//*B*/ ?> | |||||||
| $taxonomyElement | <?php /*A*//*B*/ ?> | |||||||
| $detailsElement | <?php /*A*//*B*/ ?> | |||||||
| $mediaElement | <?php /*A*//*B*/ ?> | |||||||
| $optionsElement | <?php /*A*//*B*/ ?> | |||||||
| $variantsElement | <?php /*A*//*B*/ ?> | |||||||
| $urlGenerator | <?php /*A*//*B*/ ?> | |||||||
| $associationsElement | <?php /*A*//*B*/ ?> | |||||||
| $attributesElement | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $productShowPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPromotionsContext | ||||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $indexCouponPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?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*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| class ImpersonatingCustomersContext | ||||||||
| $homePage | <?php /*A*//*B*/ ?> | |||||||
| $impersonateUserPage | <?php /*A*//*B*/ ?> | |||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| $customerShowPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingLocalesContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class NotificationContext | ||||||||
| $testHelper | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingTaxRateContext | ||||||||
| $filterElement | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| class ResettingPasswordContext | ||||||||
| $resetPasswordPage | <?php /*A*//*B*/ ?> | |||||||
| $requestPasswordResetPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $resetElement | <?php /*A*//*B*/ ?> | |||||||
| class ManagingTaxonsContext | ||||||||
| $testHelper | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $createForParentPage | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingShipmentsContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $orderShowPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $showPage | <?php /*A*//*B*/ ?> | |||||||
| class AccessingEditPageFromProductShowPageContext | ||||||||
| $updateVariantProductPage | <?php /*A*//*B*/ ?> | |||||||
| $updateSimpleProductPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingInventoryContext | ||||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductOptionsContext | ||||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCountriesContext | ||||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| class ProductCreationContext | ||||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPromotionCouponsContext | ||||||||
| $generatePage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| class DashboardContext | ||||||||
| $dashboardPage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingShippingMethodsContext | ||||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $currentPageResolver | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingAdministratorsContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $adminUserRepository | <?php /*A*//*B*/ ?> | |||||||
| $topBarElement | <?php /*A*//*B*/ ?> | |||||||
| $notificationChecker | <?php /*A*//*B*/ ?> | |||||||
| $updatePage | <?php /*A*//*B*/ ?> | |||||||
| $createPage | <?php /*A*//*B*/ ?> | |||||||
| $indexPage | <?php /*A*//*B*/ ?> | |||||||
| class CustomerContext | ||||||||
| $customerManager | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $userFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $addressFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ExchangeRateContext | ||||||||
| $exchangeRateRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $exchangeRateFactory | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributeContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeRepository | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeFactory | <?php /*A*//*B*/ ?> | |||||||
| class PromotionContext | ||||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $promotionRepository | <?php /*A*//*B*/ ?> | |||||||
| $couponGenerator | <?php /*A*//*B*/ ?> | |||||||
| $ruleFactory | <?php /*A*//*B*/ ?> | |||||||
| $testPromotionFactory | <?php /*A*//*B*/ ?> | |||||||
| $actionFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $couponFactory | <?php /*A*//*B*/ ?> | |||||||
| class CartContext | ||||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productVariantResolver | <?php /*A*//*B*/ ?> | |||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationContext | ||||||||
| $productAssociationTypeTranslationFactory | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationFactory | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationRepository | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeRepository | <?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*/ ?> | |||||||
| $messageBus | <?php /*A*//*B*/ ?> | |||||||
| $userManager | <?php /*A*//*B*/ ?> | |||||||
| class ShopSecurityContext | ||||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $securityService | <?php /*A*//*B*/ ?> | |||||||
| $userFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class TaxationContext | ||||||||
| $taxRateRepository | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $taxCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| $taxRateFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $taxCategoryFactory | <?php /*A*//*B*/ ?> | |||||||
| class ZoneContext | ||||||||
| $zoneMemberFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $zoneFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductContext | ||||||||
| $channelPricingFactory | <?php /*A*//*B*/ ?> | |||||||
| $productVariantTranslationFactory | <?php /*A*//*B*/ ?> | |||||||
| $productVariantFactory | <?php /*A*//*B*/ ?> | |||||||
| $productTranslationFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productFactory | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $productVariantGenerator | <?php /*A*//*B*/ ?> | |||||||
| $defaultVariantResolver | <?php /*A*//*B*/ ?> | |||||||
| $productTaxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $productImageFactory | <?php /*A*//*B*/ ?> | |||||||
| $productOptionFactory | <?php /*A*//*B*/ ?> | |||||||
| $productOptionValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $minkParameters | <?php /*A*//*B*/ ?> | |||||||
| $slugGenerator | <?php /*A*//*B*/ ?> | |||||||
| class ShippingCategoryContext | ||||||||
| $shippingCategoryFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $shippingCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| class AddressContext | ||||||||
| $customerManager | <?php /*A*//*B*/ ?> | |||||||
| $addressRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class LocaleContext | ||||||||
| $channelManager | <?php /*A*//*B*/ ?> | |||||||
| $localeManager | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class GeographicalContext | ||||||||
| $countryNameConverter | <?php /*A*//*B*/ ?> | |||||||
| $countryManager | <?php /*A*//*B*/ ?> | |||||||
| $countryFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $provinceFactory | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| class CurrencyContext | ||||||||
| $channelManager | <?php /*A*//*B*/ ?> | |||||||
| $currencyFactory | <?php /*A*//*B*/ ?> | |||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ProductTaxonContext | ||||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $productTaxonFactory | <?php /*A*//*B*/ ?> | |||||||
| class CustomerGroupContext | ||||||||
| $customerGroupRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $customerGroupFactory | <?php /*A*//*B*/ ?> | |||||||
| class ChannelContext | ||||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelManager | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $defaultChannelFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelContextSetter | <?php /*A*//*B*/ ?> | |||||||
| $unitedStatesChannelFactory | <?php /*A*//*B*/ ?> | |||||||
| class ThemeContext | ||||||||
| $themeRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $testThemeConfigurationManager | <?php /*A*//*B*/ ?> | |||||||
| $channelManager | <?php /*A*//*B*/ ?> | |||||||
| class AdminUserContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $userFactory | <?php /*A*//*B*/ ?> | |||||||
| $minkParameters | <?php /*A*//*B*/ ?> | |||||||
| class ProductOptionContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productOptionRepository | <?php /*A*//*B*/ ?> | |||||||
| $productOptionValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $productOptionFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| class PaymentContext | ||||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodManager | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodTranslationFactory | <?php /*A*//*B*/ ?> | |||||||
| $gatewayFactories | <?php /*A*//*B*/ ?> | |||||||
| class ShippingContext | ||||||||
| $shippingMethodRuleFactory | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodManager | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| class OrderContext | ||||||||
| $shipmentFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderItemFactory | <?php /*A*//*B*/ ?> | |||||||
| $addressFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $itemQuantityModifier | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $variantResolver | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class ProductReviewContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productReviewFactory | <?php /*A*//*B*/ ?> | |||||||
| $productReviewRepository | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionContext | ||||||||
| $catalogPromotionActionFactory | <?php /*A*//*B*/ ?> | |||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionScopeFactory | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $eventBus | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class TaxonomyContext | ||||||||
| $taxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxonTranslationFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxonRepository | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $taxonSlugGenerator | <?php /*A*//*B*/ ?> | |||||||
| $minkParameters | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $taxonImageFactory | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutContext | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $addressFactory | <?php /*A*//*B*/ ?> | |||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| class ShowingAvailablePluginsContext | ||||||||
| $command | <?php /*A*//*B*/ ?> | |||||||
| $kernel | <?php /*A*//*B*/ ?> | |||||||
| $tester | <?php /*A*//*B*/ ?> | |||||||
| $application | <?php /*A*//*B*/ ?> | |||||||
| class InstallerContext | ||||||||
| $tester | <?php /*A*//*B*/ ?> | |||||||
| $application | <?php /*A*//*B*/ ?> | |||||||
| $command | <?php /*A*//*B*/ ?> | |||||||
| $kernel | <?php /*A*//*B*/ ?> | |||||||
| $inputChoices | <?php /*A*//*B*/ ?> | |||||||
| class EmailContext | ||||||||
| $translator | <?php /*A*//*B*/ ?> | |||||||
| $emailChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class CustomerContext | ||||||||
| $shopApiSecurityContext | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $loginContext | <?php /*A*//*B*/ ?> | |||||||
| $registrationContext | <?php /*A*//*B*/ ?> | |||||||
| $verificationToken | <?php /*A*//*B*/ ?> | |||||||
| class ExchangeRateContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ContactContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $content | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributeContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class PromotionContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class CartContext | ||||||||
| $productVariantResolver | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $adminClient | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $shopClient | <?php /*A*//*B*/ ?> | |||||||
| class ShipmentContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ProductContext | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelContextSetter | <?php /*A*//*B*/ ?> | |||||||
| class AddressContext | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class LocaleContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class OrderItemContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?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 | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $shopAuthenticationTokenClient | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $request | <?php /*A*//*B*/ ?> | |||||||
| $apiSecurityClient | <?php /*A*//*B*/ ?> | |||||||
| class ChannelContext | ||||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class RegistrationContext | ||||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $content | <?php /*A*//*B*/ ?> | |||||||
| $loginContext | <?php /*A*//*B*/ ?> | |||||||
| $shopClient | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class HomepageContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| class PaymentContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class OrderContext | ||||||||
| $adminClient | <?php /*A*//*B*/ ?> | |||||||
| $shopClient | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $securityService | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ProductReviewContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class AjaxContext | ||||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $client | <?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*/ ?> | |||||||
| $zoneMemberClass | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductReviewsContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ManagingTaxCategoriesContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingExchangeRatesContext | ||||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class BrowsingCatalogPromotionProductVariantsContext | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class RemovingProductContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPaymentsContext | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?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 | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCustomerGroupsContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductAssociationTypesContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingChannelsContext | ||||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $shopBillingData | <?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 | ||||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $request | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingTaxonsContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| class ManagingShipmentsContext | ||||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductOptionsContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingCountriesContext | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class ManagingAdministratorsContext | ||||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $minkParameters | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $responseChecker | <?php /*A*//*B*/ ?> | |||||||
| class ManagingOrdersContext | ||||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| $variantResolver | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentRepository | <?php /*A*//*B*/ ?> | |||||||
| $addressRepository | <?php /*A*//*B*/ ?> | |||||||
| $unpaidOrdersStateUpdater | <?php /*A*//*B*/ ?> | |||||||
| $orderItemRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class CartContext | ||||||||
| $expiredCartsRemover | <?php /*A*//*B*/ ?> | |||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| class ManagingPaymentsContext | ||||||||
| $paymentRepository | <?php /*A*//*B*/ ?> | |||||||
| class ManagingProductsContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productReviewRepository | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?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 | ||||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ExchangeRateContext | ||||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $currencyNameConverter | <?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 | ||||||||
| $promotionCouponRepository | <?php /*A*//*B*/ ?> | |||||||
| $promotionRepository | <?php /*A*//*B*/ ?> | |||||||
| class CartContext | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class ShippingCalculatorContext | ||||||||
| $translator | <?php /*A*//*B*/ ?> | |||||||
| $shippingCalculators | <?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 | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $localeNameConverter | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| class TaxCategoryContext | ||||||||
| $taxCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantContext | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?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 | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $adminUserRepository | <?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 | ||||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $uiSecurityContext | <?php /*A*//*B*/ ?> | |||||||
| $apiSecurityContext | <?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 | ||||||||
| $latestKey | <?php /*A*//*B*/ ?> | |||||||
| $clipboard | <?php /*A*//*B*/ ?> | |||||||
| class SecurityService | ||||||||
| $firewallContextName | <?php /*A*//*B*/ ?> | |||||||
| $sessionFactory | <?php /*A*//*B*/ ?> | |||||||
| $sessionTokenVariable | <?php /*A*//*B*/ ?> | |||||||
| $cookieSetter | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?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 | ||||||||
| $mediaRootPath | <?php /*A*//*B*/ ?> | |||||||
| $filterService | <?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 | ||||||||
| $urlMatcher | <?php /*A*//*B*/ ?> | |||||||
| $session | <?php /*A*//*B*/ ?> | |||||||
| class ApiPlatformSecurityClient | ||||||||
| $section | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $request | <?php /*A*//*B*/ ?> | |||||||
| $apiUrlPrefix | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| class Request | ||||||||
| $url | <?php /*A*//*B*/ ?> | |||||||
| $method | <?php /*A*//*B*/ ?> | |||||||
| $parameters | <?php /*A*//*B*/ ?> | |||||||
| $headers | <?php /*A*//*B*/ ?> | |||||||
| $files | <?php /*A*//*B*/ ?> | |||||||
| $content | <?php /*A*//*B*/ ?> | |||||||
| class RequestBuilder | ||||||||
| $method | <?php /*A*//*B*/ ?> | |||||||
| $uri | <?php /*A*//*B*/ ?> | |||||||
| $parameters | <?php /*A*//*B*/ ?> | |||||||
| $files | <?php /*A*//*B*/ ?> | |||||||
| $headers | <?php /*A*//*B*/ ?> | |||||||
| $content | <?php /*A*//*B*/ ?> | |||||||
| class ApiPlatformClient | ||||||||
| $authorizationHeader | <?php /*A*//*B*/ ?> | |||||||
| $requestFactory | <?php /*A*//*B*/ ?> | |||||||
| $sharedStorage | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $request | <?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 | ||||||||
| $promotionApplicator | <?php /*A*//*B*/ ?> | |||||||
| $promotionEligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $preQualifiedPromotionsProvider | <?php /*A*//*B*/ ?> | |||||||
| class ActivePromotionsProvider | ||||||||
| $promotionRepository | <?php /*A*//*B*/ ?> | |||||||
| class PromotionCouponGenerator | ||||||||
| $generationPolicy | <?php /*A*//*B*/ ?> | |||||||
| $couponFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $couponRepository | <?php /*A*//*B*/ ?> | |||||||
| class PercentageGenerationPolicy | ||||||||
| $ratio | <?php /*A*//*B*/ ?> | |||||||
| $couponRepository | <?php /*A*//*B*/ ?> | |||||||
| class PromotionCouponGeneratorInstruction | ||||||||
| $prefix | <?php /*A*//*B*/ ?> | |||||||
| $suffix | <?php /*A*//*B*/ ?> | |||||||
| $codeLength | <?php /*A*//*B*/ ?> | |||||||
| $amount | <?php /*A*//*B*/ ?> | |||||||
| $expiresAt | <?php /*A*//*B*/ ?> | |||||||
| $usageLimit | <?php /*A*//*B*/ ?> | |||||||
| class PromotionApplicator | ||||||||
| $registry | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionAction | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotion | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| class PromotionCoupon | ||||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $usageLimit | <?php /*A*//*B*/ ?> | |||||||
| $expiresAt | <?php /*A*//*B*/ ?> | |||||||
| $used | <?php /*A*//*B*/ ?> | |||||||
| $promotion | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotion | ||||||||
| $actions | <?php /*A*//*B*/ ?> | |||||||
| $scopes | <?php /*A*//*B*/ ?> | |||||||
| $state | <?php /*A*//*B*/ ?> | |||||||
| $enabled | <?php /*A*//*B*/ ?> | |||||||
| $startDate | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $exclusive | <?php /*A*//*B*/ ?> | |||||||
| $priority | <?php /*A*//*B*/ ?> | |||||||
| $endDate | <?php /*A*//*B*/ ?> | |||||||
| class Promotion | ||||||||
| $rules | <?php /*A*//*B*/ ?> | |||||||
| $coupons | <?php /*A*//*B*/ ?> | |||||||
| $couponBased | <?php /*A*//*B*/ ?> | |||||||
| $endsAt | <?php /*A*//*B*/ ?> | |||||||
| $startsAt | <?php /*A*//*B*/ ?> | |||||||
| $used | <?php /*A*//*B*/ ?> | |||||||
| $appliesToDiscounted | <?php /*A*//*B*/ ?> | |||||||
| $actions | <?php /*A*//*B*/ ?> | |||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $usageLimit | <?php /*A*//*B*/ ?> | |||||||
| $exclusive | <?php /*A*//*B*/ ?> | |||||||
| $priority | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| class PromotionRule | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $promotion | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionTranslation | ||||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $label | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionScope | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotion | <?php /*A*//*B*/ ?> | |||||||
| class PromotionAction | ||||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| $promotion | <?php /*A*//*B*/ ?> | |||||||
| $id | <?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 | ||||||||
| $orderItemQuantityModifier | <?php /*A*//*B*/ ?> | |||||||
| $orderProcessor | <?php /*A*//*B*/ ?> | |||||||
| class OrderItemQuantityModifier | ||||||||
| $orderItemUnitFactory | <?php /*A*//*B*/ ?> | |||||||
| class CompositeOrderProcessor | ||||||||
| $orderProcessors | <?php /*A*//*B*/ ?> | |||||||
| class Adjustment | ||||||||
| $orderItem | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $order | <?php /*A*//*B*/ ?> | |||||||
| $orderItemUnit | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $label | <?php /*A*//*B*/ ?> | |||||||
| $neutral | <?php /*A*//*B*/ ?> | |||||||
| $amount | <?php /*A*//*B*/ ?> | |||||||
| $details | <?php /*A*//*B*/ ?> | |||||||
| $locked | <?php /*A*//*B*/ ?> | |||||||
| $originCode | <?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*/ ?> | |||||||
| $state | <?php /*A*//*B*/ ?> | |||||||
| $total | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentsTotal | <?php /*A*//*B*/ ?> | |||||||
| class OrderItem | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $quantity | <?php /*A*//*B*/ ?> | |||||||
| $order | <?php /*A*//*B*/ ?> | |||||||
| $total | <?php /*A*//*B*/ ?> | |||||||
| $originalUnitPrice | <?php /*A*//*B*/ ?> | |||||||
| $unitPrice | <?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*/ ?> | |||||||
| $orderItem | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentsTotal | <?php /*A*//*B*/ ?> | |||||||
| $adjustments | <?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 | ||||||||
| $manager | <?php /*A*//*B*/ ?> | |||||||
| $promotionRuleRepository | <?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 | ||||||||
| $localeProvider | <?php /*A*//*B*/ ?> | |||||||
| $localeStorage | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class ShopperContext | ||||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $currencyContext | <?php /*A*//*B*/ ?> | |||||||
| $customerContext | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| class TestPromotionFactory | ||||||||
| $promotionFactory | <?php /*A*//*B*/ ?> | |||||||
| class TranslatableEntityLocaleAssigner | ||||||||
| $commandBasedChecker | <?php /*A*//*B*/ ?> | |||||||
| $translationLocaleProvider | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| class CLIContextChecker | ||||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| class OrderPaymentMethodSelectionRequirementChecker | ||||||||
| $paymentMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| class OrderShippingMethodSelectionRequirementChecker | ||||||||
| $shippingMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| class OrderPaymentProvider | ||||||||
| $paymentFactory | <?php /*A*//*B*/ ?> | |||||||
| $defaultPaymentMethodResolver | <?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 | ||||||||
| $defaultLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?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 | ||||||||
| $proportionalIntegerDistributor | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentFactory | <?php /*A*//*B*/ ?> | |||||||
| $calculator | <?php /*A*//*B*/ ?> | |||||||
| $taxRateResolver | <?php /*A*//*B*/ ?> | |||||||
| $distributor | <?php /*A*//*B*/ ?> | |||||||
| class OrderItemUnitsTaxesApplicator | ||||||||
| $taxRateResolver | <?php /*A*//*B*/ ?> | |||||||
| $proportionalIntegerDistributor | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentFactory | <?php /*A*//*B*/ ?> | |||||||
| $calculator | <?php /*A*//*B*/ ?> | |||||||
| class OrderShipmentTaxesApplicator | ||||||||
| $adjustmentFactory | <?php /*A*//*B*/ ?> | |||||||
| $calculator | <?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 | ||||||||
| $channel | <?php /*A*//*B*/ ?> | |||||||
| $totalSales | <?php /*A*//*B*/ ?> | |||||||
| $numberOfNewCustomers | <?php /*A*//*B*/ ?> | |||||||
| $numberOfNewOrders | <?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 | ||||||||
| $adjustmentsTotal | <?php /*A*//*B*/ ?> | |||||||
| $adjustments | <?php /*A*//*B*/ ?> | |||||||
| $order | <?php /*A*//*B*/ ?> | |||||||
| class ChannelPricing | ||||||||
| $minimumPrice | <?php /*A*//*B*/ ?> | |||||||
| $originalPrice | <?php /*A*//*B*/ ?> | |||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $price | <?php /*A*//*B*/ ?> | |||||||
| $productVariant | <?php /*A*//*B*/ ?> | |||||||
| $appliedPromotions | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class PromotionCoupon | ||||||||
| $reusableFromCancelledOrders | <?php /*A*//*B*/ ?> | |||||||
| $perCustomerUsageLimit | <?php /*A*//*B*/ ?> | |||||||
| class Adjustment | ||||||||
| $shipment | <?php /*A*//*B*/ ?> | |||||||
| class ProductTaxon | ||||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $taxon | <?php /*A*//*B*/ ?> | |||||||
| $product | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotion | ||||||||
| $channels | <?php /*A*//*B*/ ?> | |||||||
| class Product | ||||||||
| $channels | <?php /*A*//*B*/ ?> | |||||||
| $reviews | <?php /*A*//*B*/ ?> | |||||||
| $mainTaxon | <?php /*A*//*B*/ ?> | |||||||
| $variantSelectionMethod | <?php /*A*//*B*/ ?> | |||||||
| $productTaxons | <?php /*A*//*B*/ ?> | |||||||
| $images | <?php /*A*//*B*/ ?> | |||||||
| $averageRating | <?php /*A*//*B*/ ?> | |||||||
| class Order | ||||||||
| $createdByGuest | <?php /*A*//*B*/ ?> | |||||||
| $tokenValue | <?php /*A*//*B*/ ?> | |||||||
| $customerIp | <?php /*A*//*B*/ ?> | |||||||
| $shippingState | <?php /*A*//*B*/ ?> | |||||||
| $promotions | <?php /*A*//*B*/ ?> | |||||||
| $paymentState | <?php /*A*//*B*/ ?> | |||||||
| $promotionCoupon | <?php /*A*//*B*/ ?> | |||||||
| $checkoutState | <?php /*A*//*B*/ ?> | |||||||
| $shipments | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $currencyCode | <?php /*A*//*B*/ ?> | |||||||
| $payments | <?php /*A*//*B*/ ?> | |||||||
| $billingAddress | <?php /*A*//*B*/ ?> | |||||||
| $shippingAddress | <?php /*A*//*B*/ ?> | |||||||
| $channel | <?php /*A*//*B*/ ?> | |||||||
| $customer | <?php /*A*//*B*/ ?> | |||||||
| class Address | ||||||||
| $customer | <?php /*A*//*B*/ ?> | |||||||
| class ProductImage | ||||||||
| $productVariants | <?php /*A*//*B*/ ?> | |||||||
| class Promotion | ||||||||
| $channels | <?php /*A*//*B*/ ?> | |||||||
| class OrderItem | ||||||||
| $variant | <?php /*A*//*B*/ ?> | |||||||
| $productName | <?php /*A*//*B*/ ?> | |||||||
| $variantName | <?php /*A*//*B*/ ?> | |||||||
| $version | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethod | ||||||||
| $taxCategory | <?php /*A*//*B*/ ?> | |||||||
| $zone | <?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 | ||||||||
| $postcode | <?php /*A*//*B*/ ?> | |||||||
| $city | <?php /*A*//*B*/ ?> | |||||||
| $taxId | <?php /*A*//*B*/ ?> | |||||||
| $countryCode | <?php /*A*//*B*/ ?> | |||||||
| $street | <?php /*A*//*B*/ ?> | |||||||
| $company | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ShopUser | ||||||||
| $customer | <?php /*A*//*B*/ ?> | |||||||
| class Channel | ||||||||
| $defaultLocale | <?php /*A*//*B*/ ?> | |||||||
| $baseCurrency | <?php /*A*//*B*/ ?> | |||||||
| $skippingShippingStepAllowed | <?php /*A*//*B*/ ?> | |||||||
| $contactPhoneNumber | <?php /*A*//*B*/ ?> | |||||||
| $contactEmail | <?php /*A*//*B*/ ?> | |||||||
| $themeName | <?php /*A*//*B*/ ?> | |||||||
| $locales | <?php /*A*//*B*/ ?> | |||||||
| $countries | <?php /*A*//*B*/ ?> | |||||||
| $currencies | <?php /*A*//*B*/ ?> | |||||||
| $taxCalculationStrategy | <?php /*A*//*B*/ ?> | |||||||
| $defaultTaxZone | <?php /*A*//*B*/ ?> | |||||||
| $menuTaxon | <?php /*A*//*B*/ ?> | |||||||
| $shopBillingData | <?php /*A*//*B*/ ?> | |||||||
| $skippingPaymentStepAllowed | <?php /*A*//*B*/ ?> | |||||||
| $accountVerificationRequired | <?php /*A*//*B*/ ?> | |||||||
| $shippingAddressInCheckoutRequired | <?php /*A*//*B*/ ?> | |||||||
| class AdminUser | ||||||||
| $firstName | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $lastName | <?php /*A*//*B*/ ?> | |||||||
| $avatar | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariant | ||||||||
| $weight | <?php /*A*//*B*/ ?> | |||||||
| $width | <?php /*A*//*B*/ ?> | |||||||
| $height | <?php /*A*//*B*/ ?> | |||||||
| $depth | <?php /*A*//*B*/ ?> | |||||||
| $taxCategory | <?php /*A*//*B*/ ?> | |||||||
| $tracked | <?php /*A*//*B*/ ?> | |||||||
| $onHand | <?php /*A*//*B*/ ?> | |||||||
| $onHold | <?php /*A*//*B*/ ?> | |||||||
| $version | <?php /*A*//*B*/ ?> | |||||||
| $images | <?php /*A*//*B*/ ?> | |||||||
| $shippingRequired | <?php /*A*//*B*/ ?> | |||||||
| $channelPricings | <?php /*A*//*B*/ ?> | |||||||
| $shippingCategory | <?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*/ ?> | |||||||
| $owner | <?php /*A*//*B*/ ?> | |||||||
| $path | <?php /*A*//*B*/ ?> | |||||||
| $file | <?php /*A*//*B*/ ?> | |||||||
| class MinimumPriceDistributor | ||||||||
| $proportionalIntegerDistributor | <?php /*A*//*B*/ ?> | |||||||
| class ShopBasedCartContext | ||||||||
| $cart | <?php /*A*//*B*/ ?> | |||||||
| $cartContext | <?php /*A*//*B*/ ?> | |||||||
| $shopperContext | <?php /*A*//*B*/ ?> | |||||||
| $createdByGuestFlagResolver | <?php /*A*//*B*/ ?> | |||||||
| class LimitingOrderItemQuantityModifier | ||||||||
| $limit | <?php /*A*//*B*/ ?> | |||||||
| $decoratedOrderItemQuantityModifier | <?php /*A*//*B*/ ?> | |||||||
| class CreatedByGuestFlagResolver | ||||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| class ShippingChargesProcessor | ||||||||
| $shippingChargesCalculator | <?php /*A*//*B*/ ?> | |||||||
| $adjustmentFactory | <?php /*A*//*B*/ ?> | |||||||
| class OrderTaxesProcessor | ||||||||
| $defaultTaxZoneProvider | <?php /*A*//*B*/ ?> | |||||||
| $taxationAddressResolver | <?php /*A*//*B*/ ?> | |||||||
| $strategyRegistry | <?php /*A*//*B*/ ?> | |||||||
| $zoneMatcher | <?php /*A*//*B*/ ?> | |||||||
| class OrderPricesRecalculator | ||||||||
| $productVariantPriceCalculator | <?php /*A*//*B*/ ?> | |||||||
| class OrderPaymentProcessor | ||||||||
| $unprocessableOrderStates | <?php /*A*//*B*/ ?> | |||||||
| $targetState | <?php /*A*//*B*/ ?> | |||||||
| $orderPaymentsRemover | <?php /*A*//*B*/ ?> | |||||||
| $orderPaymentProvider | <?php /*A*//*B*/ ?> | |||||||
| class OrderPromotionProcessor | ||||||||
| $promotionProcessor | <?php /*A*//*B*/ ?> | |||||||
| class OrderShipmentProcessor | ||||||||
| $shippingMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| $shipmentFactory | <?php /*A*//*B*/ ?> | |||||||
| $defaultShippingMethodResolver | <?php /*A*//*B*/ ?> | |||||||
| class OrderAdjustmentsClearer | ||||||||
| $adjustmentsToRemove | <?php /*A*//*B*/ ?> | |||||||
| class UniqueIdBasedOrderTokenAssigner | ||||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $tokenLength | <?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 | ||||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $currencyContext | <?php /*A*//*B*/ ?> | |||||||
| class ChannelFactory | ||||||||
| $decoratedFactory | <?php /*A*//*B*/ ?> | |||||||
| $defaultCalculationStrategy | <?php /*A*//*B*/ ?> | |||||||
| class PromotionRuleFactory | ||||||||
| $decoratedFactory | <?php /*A*//*B*/ ?> | |||||||
| class PaymentMethodFactory | ||||||||
| $gatewayConfigFactory | <?php /*A*//*B*/ ?> | |||||||
| $decoratedFactory | <?php /*A*//*B*/ ?> | |||||||
| class CartItemFactory | ||||||||
| $variantResolver | <?php /*A*//*B*/ ?> | |||||||
| $decoratedFactory | <?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 | ||||||||
| $zoneMatcher | <?php /*A*//*B*/ ?> | |||||||
| $eligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| class EligibleDefaultShippingMethodResolver | ||||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneMatcher | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodEligibilityChecker | <?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 | ||||||||
| $ordersValue | <?php /*A*//*B*/ ?> | |||||||
| $ordersCount | <?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 | ||||||||
| $orderPaymentMethodSelectionRequirementChecker | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderShippingMethodSelectionRequirementChecker | <?php /*A*//*B*/ ?> | |||||||
| class AttributeValue | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $text | <?php /*A*//*B*/ ?> | |||||||
| $integer | <?php /*A*//*B*/ ?> | |||||||
| $boolean | <?php /*A*//*B*/ ?> | |||||||
| $subject | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $attribute | <?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*/ ?> | |||||||
| $translatable | <?php /*A*//*B*/ ?> | |||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $storageType | <?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 | ||||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $environment | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class Payment | ||||||||
| $state | <?php /*A*//*B*/ ?> | |||||||
| $details | <?php /*A*//*B*/ ?> | |||||||
| $currencyCode | <?php /*A*//*B*/ ?> | |||||||
| $amount | <?php /*A*//*B*/ ?> | |||||||
| $method | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class PaymentMethodTranslation | ||||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $instructions | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $id | <?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 | ||||||||
| $tokenFieldName | <?php /*A*//*B*/ ?> | |||||||
| $repository | <?php /*A*//*B*/ ?> | |||||||
| class UniquePinGenerator | ||||||||
| $uniquenessChecker | <?php /*A*//*B*/ ?> | |||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $pinLength | <?php /*A*//*B*/ ?> | |||||||
| class UniqueTokenGenerator | ||||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $uniquenessChecker | <?php /*A*//*B*/ ?> | |||||||
| $tokenLength | <?php /*A*//*B*/ ?> | |||||||
| class User | ||||||||
| $usernameCanonical | <?php /*A*//*B*/ ?> | |||||||
| $username | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $emailVerificationToken | <?php /*A*//*B*/ ?> | |||||||
| $lastLogin | <?php /*A*//*B*/ ?> | |||||||
| $passwordResetToken | <?php /*A*//*B*/ ?> | |||||||
| $verifiedAt | <?php /*A*//*B*/ ?> | |||||||
| $passwordRequestedAt | <?php /*A*//*B*/ ?> | |||||||
| $expiresAt | <?php /*A*//*B*/ ?> | |||||||
| $locked | <?php /*A*//*B*/ ?> | |||||||
| $salt | <?php /*A*//*B*/ ?> | |||||||
| $password | <?php /*A*//*B*/ ?> | |||||||
| $plainPassword | <?php /*A*//*B*/ ?> | |||||||
| $encoderName | <?php /*A*//*B*/ ?> | |||||||
| $emailCanonical | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| $credentialsExpireAt | <?php /*A*//*B*/ ?> | |||||||
| $oauthAccounts | <?php /*A*//*B*/ ?> | |||||||
| $roles | <?php /*A*//*B*/ ?> | |||||||
| class UserOAuth | ||||||||
| $accessToken | <?php /*A*//*B*/ ?> | |||||||
| $refreshToken | <?php /*A*//*B*/ ?> | |||||||
| $user | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $identifier | <?php /*A*//*B*/ ?> | |||||||
| $provider | <?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 | ||||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $amount | <?php /*A*//*B*/ ?> | |||||||
| $includedInPrice | <?php /*A*//*B*/ ?> | |||||||
| $category | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?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*/ ?> | |||||||
| $shippable | <?php /*A*//*B*/ ?> | |||||||
| $shipment | <?php /*A*//*B*/ ?> | |||||||
| class Shipment | ||||||||
| $units | <?php /*A*//*B*/ ?> | |||||||
| $state | <?php /*A*//*B*/ ?> | |||||||
| $method | <?php /*A*//*B*/ ?> | |||||||
| $shippedAt | <?php /*A*//*B*/ ?> | |||||||
| $tracking | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodTranslation | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethod | ||||||||
| $calculator | <?php /*A*//*B*/ ?> | |||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| $rules | <?php /*A*//*B*/ ?> | |||||||
| $category | <?php /*A*//*B*/ ?> | |||||||
| $categoryRequirement | <?php /*A*//*B*/ ?> | |||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| class ShippingCategory | ||||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodRule | ||||||||
| $configuration | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $type | <?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 | ||||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $values | <?php /*A*//*B*/ ?> | |||||||
| class ProductOptionTranslation | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| class Product | ||||||||
| $options | <?php /*A*//*B*/ ?> | |||||||
| $associations | <?php /*A*//*B*/ ?> | |||||||
| $attributes | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $variants | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantTranslation | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationType | ||||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ProductTranslation | ||||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $metaKeywords | <?php /*A*//*B*/ ?> | |||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $slug | <?php /*A*//*B*/ ?> | |||||||
| $metaDescription | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariant | ||||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $optionValues | <?php /*A*//*B*/ ?> | |||||||
| $product | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ProductOptionValue | ||||||||
| $option | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociation | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $owner | <?php /*A*//*B*/ ?> | |||||||
| $associatedProducts | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationTypeTranslation | ||||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $id | <?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 | ||||||||
| $decoratedChannelContext | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $requestToExceptionMap | <?php /*A*//*B*/ ?> | |||||||
| $requestToChannelMap | <?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 anonymous-class | ||||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| class Channel | ||||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $color | <?php /*A*//*B*/ ?> | |||||||
| $hostname | <?php /*A*//*B*/ ?> | |||||||
| class ChannelFactory | ||||||||
| $defaultFactory | <?php /*A*//*B*/ ?> | |||||||
| class TaxonTranslation | ||||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $slug | <?php /*A*//*B*/ ?> | |||||||
| class Taxon | ||||||||
| $level | <?php /*A*//*B*/ ?> | |||||||
| $position | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $children | <?php /*A*//*B*/ ?> | |||||||
| $left | <?php /*A*//*B*/ ?> | |||||||
| $right | <?php /*A*//*B*/ ?> | |||||||
| $parent | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $root | <?php /*A*//*B*/ ?> | |||||||
| class TaxonFactory | ||||||||
| $factory | <?php /*A*//*B*/ ?> | |||||||
| class Review | ||||||||
| $reviewSubject | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $comment | <?php /*A*//*B*/ ?> | |||||||
| $title | <?php /*A*//*B*/ ?> | |||||||
| $rating | <?php /*A*//*B*/ ?> | |||||||
| $status | <?php /*A*//*B*/ ?> | |||||||
| $author | <?php /*A*//*B*/ ?> | |||||||
| class Reviewer | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $lastName | <?php /*A*//*B*/ ?> | |||||||
| $firstName | <?php /*A*//*B*/ ?> | |||||||
<?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 | ||||||||
| $exchangeRateRepository | <?php /*A*//*B*/ ?> | |||||||
| $cache | <?php /*A*//*B*/ ?> | |||||||
| class Currency | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| class ExchangeRate | ||||||||
| $ratio | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $targetCurrency | <?php /*A*//*B*/ ?> | |||||||
| $sourceCurrency | <?php /*A*//*B*/ ?> | |||||||
| class CountryProvincesDeletionChecker | ||||||||
| $provinceRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneMemberRepository | <?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 | ||||||||
| $firstName | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $countryCode | <?php /*A*//*B*/ ?> | |||||||
| $provinceCode | <?php /*A*//*B*/ ?> | |||||||
| $provinceName | <?php /*A*//*B*/ ?> | |||||||
| $lastName | <?php /*A*//*B*/ ?> | |||||||
| $phoneNumber | <?php /*A*//*B*/ ?> | |||||||
| $company | <?php /*A*//*B*/ ?> | |||||||
| $city | <?php /*A*//*B*/ ?> | |||||||
| $street | <?php /*A*//*B*/ ?> | |||||||
| $postcode | <?php /*A*//*B*/ ?> | |||||||
| class Province | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $abbreviation | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $country | <?php /*A*//*B*/ ?> | |||||||
| class ZoneMember | ||||||||
| $belongsTo | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class Zone | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $members | <?php /*A*//*B*/ ?> | |||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $scope | <?php /*A*//*B*/ ?> | |||||||
| class ZoneFactory | ||||||||
| $factory | <?php /*A*//*B*/ ?> | |||||||
| $zoneMemberFactory | <?php /*A*//*B*/ ?> | |||||||
| class CustomerGroup | ||||||||
| $code | <?php /*A*//*B*/ ?> | |||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| class Customer | ||||||||
| $id | <?php /*A*//*B*/ ?> | |||||||
| $subscribedToNewsletter | <?php /*A*//*B*/ ?> | |||||||
| $group | <?php /*A*//*B*/ ?> | |||||||
| $phoneNumber | <?php /*A*//*B*/ ?> | |||||||
| $gender | <?php /*A*//*B*/ ?> | |||||||
| $lastName | <?php /*A*//*B*/ ?> | |||||||
| $birthday | <?php /*A*//*B*/ ?> | |||||||
| $firstName | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| $emailCanonical | <?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 | ||||||||
| $getStatusRequestFactory | <?php /*A*//*B*/ ?> | |||||||
| $resolveNextRouteRequestFactory | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $viewHandler | <?php /*A*//*B*/ ?> | |||||||
| $requestConfigurationFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderMetadata | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $payum | <?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*/ ?> | |||||||
| $gatewayName | <?php /*A*//*B*/ ?> | |||||||
| $afterUrl | <?php /*A*//*B*/ ?> | |||||||
| $targetUrl | <?php /*A*//*B*/ ?> | |||||||
| $details | <?php /*A*//*B*/ ?> | |||||||
| class GetStatus | ||||||||
| $status | <?php /*A*//*B*/ ?> | |||||||
| class ResolveNextRoute | ||||||||
| $routeParameters | <?php /*A*//*B*/ ?> | |||||||
| $routeName | <?php /*A*//*B*/ ?> | |||||||
| class AverageRatingUpdater | ||||||||
| $reviewSubjectManager | <?php /*A*//*B*/ ?> | |||||||
| $averageRatingCalculator | <?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 | ||||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| $localeConverter | <?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 | ||||||||
| $batchSize | <?php /*A*//*B*/ ?> | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $expirationPeriod | <?php /*A*//*B*/ ?> | |||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class OrderItemQuantityDataMapper | ||||||||
| $propertyPathDataMapper | <?php /*A*//*B*/ ?> | |||||||
| $orderItemQuantityModifier | <?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 | ||||||||
| $cartItem | <?php /*A*//*B*/ ?> | |||||||
| $cart | <?php /*A*//*B*/ ?> | |||||||
| class SequentialOrderNumberGenerator | ||||||||
| $sequenceRepository | <?php /*A*//*B*/ ?> | |||||||
| $numberLength | <?php /*A*//*B*/ ?> | |||||||
| $startNumber | <?php /*A*//*B*/ ?> | |||||||
| $sequenceFactory | <?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 | ||||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $fakeChannelCodeProvider | <?php /*A*//*B*/ ?> | |||||||
| class ChannelCollector | ||||||||
| $channelChangeSupport | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?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 | ||||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?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 | ||||||||
| $zoneAllScopes | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneShippingScope | <?php /*A*//*B*/ ?> | |||||||
| $zoneTaxScope | <?php /*A*//*B*/ ?> | |||||||
| class CountryChoiceTypeTest | ||||||||
| $poland | <?php /*A*//*B*/ ?> | |||||||
| $austria | <?php /*A*//*B*/ ?> | |||||||
| $france | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProvinceNamingExtension | ||||||||
| $provinceNamingProvider | <?php /*A*//*B*/ ?> | |||||||
| class ZoneMemberIntegrityListener | ||||||||
| $zoneDeletionChecker | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $countryProvincesDeletionChecker | <?php /*A*//*B*/ ?> | |||||||
| class PasswordReset | ||||||||
| $password | <?php /*A*//*B*/ ?> | |||||||
| class PasswordResetRequest | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| class ChangePassword | ||||||||
| $newPassword | <?php /*A*//*B*/ ?> | |||||||
| $currentPassword | <?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 | ||||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $authenticationUtils | <?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 | ||||||||
| $interfaceName | <?php /*A*//*B*/ ?> | |||||||
| $className | <?php /*A*//*B*/ ?> | |||||||
| $passwordParameter | <?php /*A*//*B*/ ?> | |||||||
| $recommendedEncoderName | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?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 | ||||||||
| $userManager | <?php /*A*//*B*/ ?> | |||||||
| $userClass | <?php /*A*//*B*/ ?> | |||||||
| $trackInterval | <?php /*A*//*B*/ ?> | |||||||
| class RequestPasswordResetType | ||||||||
| $validationGroups | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionScopeTypeExtension | ||||||||
| $scopeConfigurationTypes | <?php /*A*//*B*/ ?> | |||||||
| $scopeTypes | <?php /*A*//*B*/ ?> | |||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionActionTypeExtension | ||||||||
| $actionConfigurationTypes | <?php /*A*//*B*/ ?> | |||||||
| $actionTypes | <?php /*A*//*B*/ ?> | |||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| class ResetPasswordType | ||||||||
| $validationGroups | <?php /*A*//*B*/ ?> | |||||||
| class PasswordReset | ||||||||
| $password | <?php /*A*//*B*/ ?> | |||||||
| class PasswordResetRequest | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| class AdminBasedLocaleContext | ||||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| class NotificationControllerTest | ||||||||
| $hubUri | <?php /*A*//*B*/ ?> | |||||||
| $controller | <?php /*A*//*B*/ ?> | |||||||
| $messageFactory | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| class StatisticsDataProvider | ||||||||
| $salesDataProvider | <?php /*A*//*B*/ ?> | |||||||
| $moneyFormatter | <?php /*A*//*B*/ ?> | |||||||
| $statisticsProvider | <?php /*A*//*B*/ ?> | |||||||
| class NotificationController | ||||||||
| $messageFactory | <?php /*A*//*B*/ ?> | |||||||
| $environment | <?php /*A*//*B*/ ?> | |||||||
| $client | <?php /*A*//*B*/ ?> | |||||||
| $hubUri | <?php /*A*//*B*/ ?> | |||||||
| class DashboardController | ||||||||
| $statisticsDataProvider | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $salesDataProvider | <?php /*A*//*B*/ ?> | |||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class RemoveCatalogPromotionAction | ||||||||
| $catalogPromotionRemovalProcessor | <?php /*A*//*B*/ ?> | |||||||
| class ImpersonateUserController | ||||||||
| $impersonator | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $authorizationChecker | <?php /*A*//*B*/ ?> | |||||||
| $userProvider | <?php /*A*//*B*/ ?> | |||||||
| $authorizationRole | <?php /*A*//*B*/ ?> | |||||||
| class RedirectHandler | ||||||||
| $filterStorage | <?php /*A*//*B*/ ?> | |||||||
| $decoratedRedirectHandler | <?php /*A*//*B*/ ?> | |||||||
| class CustomerStatisticsController | ||||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| $statisticsProvider | <?php /*A*//*B*/ ?> | |||||||
| class StatisticsController | ||||||||
| $statisticsDataProvider | <?php /*A*//*B*/ ?> | |||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| class ResendShipmentConfirmationEmailAction | ||||||||
| $csrfTokenManager | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrSession | <?php /*A*//*B*/ ?> | |||||||
| $shipmentEmailManager | <?php /*A*//*B*/ ?> | |||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| class ResendOrderConfirmationEmailAction | ||||||||
| $csrfTokenManager | <?php /*A*//*B*/ ?> | |||||||
| $orderEmailManager | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrSession | <?php /*A*//*B*/ ?> | |||||||
| class RemoveAvatarAction | ||||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $csrfTokenManager | <?php /*A*//*B*/ ?> | |||||||
| $avatarRepository | <?php /*A*//*B*/ ?> | |||||||
| class RenderResetPasswordPageAction | ||||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrFlashBag | <?php /*A*//*B*/ ?> | |||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| $tokenTtl | <?php /*A*//*B*/ ?> | |||||||
| class RenderRequestPasswordResetPageAction | ||||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| class ResetPasswordAction | ||||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| $resetPasswordDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrFlashBag | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| class RequestPasswordResetAction | ||||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrFlashBag | <?php /*A*//*B*/ ?> | |||||||
| $messageBus | <?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 | ||||||||
| $checkFrequency | <?php /*A*//*B*/ ?> | |||||||
| $areNotificationsEnabled | <?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 | ||||||||
| $stateMachine | <?php /*A*//*B*/ ?> | |||||||
| $order | <?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 | ||||||||
| $requestStackOrSession | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| class ShipmentShipListener | ||||||||
| $shipmentEmailManager | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionType | ||||||||
| $catalogPromotionTranslationType | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionActionType | ||||||||
| $actionConfigurationTypes | <?php /*A*//*B*/ ?> | |||||||
| $actionTypes | <?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 | ||||||||
| $scopeTypes | <?php /*A*//*B*/ ?> | |||||||
| $scopeValidators | <?php /*A*//*B*/ ?> | |||||||
| class PromotionSubjectCouponValidator | ||||||||
| $promotionEligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionActionValidator | ||||||||
| $actionTypes | <?php /*A*//*B*/ ?> | |||||||
| $actionValidators | <?php /*A*//*B*/ ?> | |||||||
| class CouponGenerationAmountValidator | ||||||||
| $generationPolicy | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionAction | ||||||||
| $invalidDiscount | <?php /*A*//*B*/ ?> | |||||||
| $invalidType | <?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 | ||||||||
| $promotions | <?php /*A*//*B*/ ?> | |||||||
| $id | <?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*/ ?> | |||||||
| $couponGenerator | <?php /*A*//*B*/ ?> | |||||||
| $promotionRepository | <?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 | ||||||||
| $stockablePath | <?php /*A*//*B*/ ?> | |||||||
| $quantityPath | <?php /*A*//*B*/ ?> | |||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class InStockValidator | ||||||||
| $availabilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $accessor | <?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 | ||||||||
| $taxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxonSlugGenerator | <?php /*A*//*B*/ ?> | |||||||
| $taxonRepository | <?php /*A*//*B*/ ?> | |||||||
| class PaymentMethodChoiceType | ||||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| class PaymentGatewayChoiceType | ||||||||
| $gateways | <?php /*A*//*B*/ ?> | |||||||
| class OrderPromotionsIntegrityChecker | ||||||||
| $orderProcessor | <?php /*A*//*B*/ ?> | |||||||
| class SequentialOrderNumberGenerator | ||||||||
| $numberLength | <?php /*A*//*B*/ ?> | |||||||
| $startNumber | <?php /*A*//*B*/ ?> | |||||||
| $sequenceManager | <?php /*A*//*B*/ ?> | |||||||
| $sequenceRepository | <?php /*A*//*B*/ ?> | |||||||
| $sequenceFactory | <?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 | ||||||||
| $dateTimeProvider | <?php /*A*//*B*/ ?> | |||||||
| $delayStampCalculator | <?php /*A*//*B*/ ?> | |||||||
| $eventBus | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionCreatedListener | ||||||||
| $catalogPromotionRepository | <?php /*A*//*B*/ ?> | |||||||
| $allProductVariantsCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $messageBus | <?php /*A*//*B*/ ?> | |||||||
| $entityManager | <?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 | ||||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $productVariantCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductUpdatedListener | ||||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $productCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantCreatedListener | ||||||||
| $productVariantCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| class ProductCreatedListener | ||||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionEndedListener | ||||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionRepository | <?php /*A*//*B*/ ?> | |||||||
| $allProductVariantsCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $messageBus | <?php /*A*//*B*/ ?> | |||||||
| class UpdateCatalogPromotionStateHandler | ||||||||
| $catalogPromotionStateProcessor | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionRepository | <?php /*A*//*B*/ ?> | |||||||
| class RemoveInactiveCatalogPromotionHandler | ||||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionRepository | <?php /*A*//*B*/ ?> | |||||||
| class ApplyCatalogPromotionsOnVariantsHandler | ||||||||
| $clearer | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionsProvider | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionApplicator | <?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 | ||||||||
| $eventBus | <?php /*A*//*B*/ ?> | |||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantCatalogPromotionsProcessor | ||||||||
| $commandDispatcher | <?php /*A*//*B*/ ?> | |||||||
| class AllProductVariantsCatalogPromotionsProcessor | ||||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| $commandDispatcher | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionStateProcessor | ||||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionEligibilityChecker | <?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 | ||||||||
| $discountApplicatorCriteria | <?php /*A*//*B*/ ?> | |||||||
| $priceCalculator | <?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 | ||||||||
| $productTaxonRepository | <?php /*A*//*B*/ ?> | |||||||
| $product | <?php /*A*//*B*/ ?> | |||||||
| $productTaxonFactory | <?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 | ||||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $canonicalizer | <?php /*A*//*B*/ ?> | |||||||
| class CustomerGuestType | ||||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $canonicalizer | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?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 | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $customerContext | <?php /*A*//*B*/ ?> | |||||||
| class UserProvider | ||||||||
| $userManager | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $userFactory | <?php /*A*//*B*/ ?> | |||||||
| $oauthRepository | <?php /*A*//*B*/ ?> | |||||||
| $oauthFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerFactory | <?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 | ||||||||
| $repositoryMethod | <?php /*A*//*B*/ ?> | |||||||
| $errorPath | <?php /*A*//*B*/ ?> | |||||||
| $enabledPath | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class OrderShippingMethodEligibilityValidator | ||||||||
| $methodEligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| class OrderShippingMethodEligibility | ||||||||
| $methodNotAvailableMessage | <?php /*A*//*B*/ ?> | |||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class CartItemAvailabilityValidator | ||||||||
| $availabilityChecker | <?php /*A*//*B*/ ?> | |||||||
| class RegisteredUserValidator | ||||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| class UniqueReviewerEmailValidator | ||||||||
| $authorizationChecker | <?php /*A*//*B*/ ?> | |||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| class ChannelDefaultLocaleEnabled | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class HasAllVariantPricesDefined | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class HasEnabledEntityValidator | ||||||||
| $registry | <?php /*A*//*B*/ ?> | |||||||
| $accessor | <?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 | ||||||||
| $baseLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $productFixture | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeFixture | <?php /*A*//*B*/ ?> | |||||||
| $taxonFixture | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class MugProductFixture | ||||||||
| $productOptionFixture | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeFixture | <?php /*A*//*B*/ ?> | |||||||
| $taxonFixture | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $baseLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $productFixture | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?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 | ||||||||
| $zoneManager | <?php /*A*//*B*/ ?> | |||||||
| $zoneFactory | <?php /*A*//*B*/ ?> | |||||||
| $provinceManager | <?php /*A*//*B*/ ?> | |||||||
| $provinceFactory | <?php /*A*//*B*/ ?> | |||||||
| $countryManager | <?php /*A*//*B*/ ?> | |||||||
| $countryFactory | <?php /*A*//*B*/ ?> | |||||||
| class LocaleFixture | ||||||||
| $localeFactory | <?php /*A*//*B*/ ?> | |||||||
| $baseLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $localeManager | <?php /*A*//*B*/ ?> | |||||||
| class AbstractResourceFixture | ||||||||
| $exampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $objectManager | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class SimilarProductAssociationFixture | ||||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationFixture | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeFixture | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class TshirtProductFixture | ||||||||
| $productOptionFixture | <?php /*A*//*B*/ ?> | |||||||
| $productFixture | <?php /*A*//*B*/ ?> | |||||||
| $taxonFixture | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeFixture | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class OrderFixture | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| $orderExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionExecutorListener | ||||||||
| $defaultCriteria | <?php /*A*//*B*/ ?> | |||||||
| $messageBus | <?php /*A*//*B*/ ?> | |||||||
| $allCatalogPromotionsProcessor | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionsRepository | <?php /*A*//*B*/ ?> | |||||||
| class ImagesPurgerListener | ||||||||
| $filesystem | <?php /*A*//*B*/ ?> | |||||||
| $imagesDirectoryPath | <?php /*A*//*B*/ ?> | |||||||
| class ShopUserExampleFactory | ||||||||
| $shopUserFactory | <?php /*A*//*B*/ ?> | |||||||
| $customerGroupRepository | <?php /*A*//*B*/ ?> | |||||||
| $customerFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class ChannelExampleFactory | ||||||||
| $shopBillingDataFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $taxonRepository | <?php /*A*//*B*/ ?> | |||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductReviewExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $productReviewFactory | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionExampleFactory | ||||||||
| $catalogPromotionActionExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionScopeExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $catalogPromotionFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| $taxCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class ShippingCategoryExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $shippingCategoryFactory | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationTypeExampleFactory | ||||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?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 | ||||||||
| $productImageFactory | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $productTaxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxonRepository | <?php /*A*//*B*/ ?> | |||||||
| $slugGenerator | <?php /*A*//*B*/ ?> | |||||||
| $productAttributeRepository | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $productFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $channelPricingFactory | <?php /*A*//*B*/ ?> | |||||||
| $productVariantFactory | <?php /*A*//*B*/ ?> | |||||||
| $variantGenerator | <?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 | ||||||||
| $promotionRuleFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionActionExampleFactory | ||||||||
| $catalogPromotionActionFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationExampleFactory | ||||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeRepository | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class ProductOptionExampleFactory | ||||||||
| $productOptionValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $productOptionFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| class AdminUserExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $userFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $avatarImageFactory | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $fileLocator | <?php /*A*//*B*/ ?> | |||||||
| class TaxRateExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $taxRateFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| $zoneRepository | <?php /*A*//*B*/ ?> | |||||||
| class PromotionExampleFactory | ||||||||
| $couponFactory | <?php /*A*//*B*/ ?> | |||||||
| $promotionFactory | <?php /*A*//*B*/ ?> | |||||||
| $promotionRuleExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $promotionActionExampleFactory | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class TaxonExampleFactory | ||||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $taxonSlugGenerator | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $taxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $taxonRepository | <?php /*A*//*B*/ ?> | |||||||
| class PromotionActionExampleFactory | ||||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $promotionActionFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributeExampleFactory | ||||||||
| $productAttributeFactory | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $attributeTypes | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| class OrderExampleFactory | ||||||||
| $orderPaymentMethodSelectionRequirementChecker | <?php /*A*//*B*/ ?> | |||||||
| $addressFactory | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderShippingMethodSelectionRequirementChecker | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderItemFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| $orderItemQuantityModifier | <?php /*A*//*B*/ ?> | |||||||
| class TaxCategoryExampleFactory | ||||||||
| $taxCategoryFactory | <?php /*A*//*B*/ ?> | |||||||
| $faker | <?php /*A*//*B*/ ?> | |||||||
| $optionsResolver | <?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 | ||||||||
| $passwordUpdater | <?php /*A*//*B*/ ?> | |||||||
| $tokenTtl | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| class RequestResetPasswordEmailHandler | ||||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $calendar | <?php /*A*//*B*/ ?> | |||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| class ResetPasswordHandler | ||||||||
| $userPasswordResetter | <?php /*A*//*B*/ ?> | |||||||
| class SendResetPasswordEmailHandler | ||||||||
| $sender | <?php /*A*//*B*/ ?> | |||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| class CatalogPromotionActionTypeTest | ||||||||
| $channel | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductTaxonAutocompleteChoiceTypeTest | ||||||||
| $productTaxonRepository | <?php /*A*//*B*/ ?> | |||||||
| $productTaxonFactory | <?php /*A*//*B*/ ?> | |||||||
| $resourceRepositoryRegistry | <?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 | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| class SendResetPasswordEmail | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| class ResetPassword | ||||||||
| $newPassword | <?php /*A*//*B*/ ?> | |||||||
| $confirmNewPassword | <?php /*A*//*B*/ ?> | |||||||
| $resetPasswordToken | <?php /*A*//*B*/ ?> | |||||||
| class OrderEmailManager | ||||||||
| $emailSender | <?php /*A*//*B*/ ?> | |||||||
| class TaxCalculationStrategy | ||||||||
| $type | <?php /*A*//*B*/ ?> | |||||||
| $applicators | <?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 | ||||||||
| $routeCollection | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutRedirectListener | ||||||||
| $requestMatcher | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $checkoutStateUrlGenerator | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutResolver | ||||||||
| $urlGenerator | <?php /*A*//*B*/ ?> | |||||||
| $requestMatcher | <?php /*A*//*B*/ ?> | |||||||
| $cartContext | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class CartSessionStorage | ||||||||
| $sessionKeyName | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrSession | <?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 | ||||||||
| $pattern | <?php /*A*//*B*/ ?> | |||||||
| $date | <?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 | ||||||||
| $entityManager | <?php /*A*//*B*/ ?> | |||||||
| $decoratedHandler | <?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 | ||||||||
| $themeRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class ResetPasswordDispatcher | ||||||||
| $messageBus | <?php /*A*//*B*/ ?> | |||||||
| class UriBasedSectionProvider | ||||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $resolvers | <?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 | ||||||||
| $commands | <?php /*A*//*B*/ ?> | |||||||
| $defaultName | <?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 | ||||||||
| $url | <?php /*A*//*B*/ ?> | |||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $name | <?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 | ||||||||
| $output | <?php /*A*//*B*/ ?> | |||||||
| $label | <?php /*A*//*B*/ ?> | |||||||
| $rows | <?php /*A*//*B*/ ?> | |||||||
| $headers | <?php /*A*//*B*/ ?> | |||||||
| $table | <?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 | ||||||||
| $localeFactory | <?php /*A*//*B*/ ?> | |||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $locale | <?php /*A*//*B*/ ?> | |||||||
| class CurrencySetup | ||||||||
| $currencyFactory | <?php /*A*//*B*/ ?> | |||||||
| $currencyRepository | <?php /*A*//*B*/ ?> | |||||||
| $currency | <?php /*A*//*B*/ ?> | |||||||
| class ChannelSetup | ||||||||
| $channelManager | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelFactory | <?php /*A*//*B*/ ?> | |||||||
| class DatabaseSetupCommandsProvider | ||||||||
| $doctrineRegistry | <?php /*A*//*B*/ ?> | |||||||
| $isPostgreSQLPlatform | <?php /*A*//*B*/ ?> | |||||||
| class RequirementCollection | ||||||||
| $label | <?php /*A*//*B*/ ?> | |||||||
| $requirements | <?php /*A*//*B*/ ?> | |||||||
| class SyliusRequirements | ||||||||
| $collections | <?php /*A*//*B*/ ?> | |||||||
| class Requirement | ||||||||
| $required | <?php /*A*//*B*/ ?> | |||||||
| $help | <?php /*A*//*B*/ ?> | |||||||
| $fulfilled | <?php /*A*//*B*/ ?> | |||||||
| $label | <?php /*A*//*B*/ ?> | |||||||
| class CommandExecutor | ||||||||
| $application | <?php /*A*//*B*/ ?> | |||||||
| $output | <?php /*A*//*B*/ ?> | |||||||
| $input | <?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 | ||||||||
| $filterManager | <?php /*A*//*B*/ ?> | |||||||
| $imagesToDelete | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $cacheManager | <?php /*A*//*B*/ ?> | |||||||
| class MailerListener | ||||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $emailSender | <?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 | ||||||||
| $taxonInPromotionRuleChecker | <?php /*A*//*B*/ ?> | |||||||
| $ruleUpdaters | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrSession | <?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 | ||||||||
| $productAssociationFactory | <?php /*A*//*B*/ ?> | |||||||
| $productAssociations | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeRepository | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductGenerateVariantsType | ||||||||
| $generateProductVariantsSubscriber | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationsType | ||||||||
| $productsToProductAssociationsTransformer | <?php /*A*//*B*/ ?> | |||||||
| $productAssociationTypeRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductAssociationTypeChoiceType | ||||||||
| $productAssociationTypeRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductChoiceType | ||||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductCodeChoiceType | ||||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductType | ||||||||
| $localeProvider | <?php /*A*//*B*/ ?> | |||||||
| $attributeValueFactory | <?php /*A*//*B*/ ?> | |||||||
| $variantResolver | <?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 | ||||||||
| $localeProvider | <?php /*A*//*B*/ ?> | |||||||
| $attributeValueFactory | <?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 | ||||||||
| $swaggerVersions | <?php /*A*//*B*/ ?> | |||||||
| $graphiQlEnabled | <?php /*A*//*B*/ ?> | |||||||
| $graphQlPlaygroundEnabled | <?php /*A*//*B*/ ?> | |||||||
| $graphqlEnabled | <?php /*A*//*B*/ ?> | |||||||
| $oauthClientId | <?php /*A*//*B*/ ?> | |||||||
| $oauthEnabled | <?php /*A*//*B*/ ?> | |||||||
| $oauthType | <?php /*A*//*B*/ ?> | |||||||
| $oauthClientSecret | <?php /*A*//*B*/ ?> | |||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| $urlGenerator | <?php /*A*//*B*/ ?> | |||||||
| $description | <?php /*A*//*B*/ ?> | |||||||
| $version | <?php /*A*//*B*/ ?> | |||||||
| $title | <?php /*A*//*B*/ ?> | |||||||
| $showWebby | <?php /*A*//*B*/ ?> | |||||||
| $oauthScopes | <?php /*A*//*B*/ ?> | |||||||
| $reDocEnabled | <?php /*A*//*B*/ ?> | |||||||
| $swaggerUiEnabled | <?php /*A*//*B*/ ?> | |||||||
| $oauthFlow | <?php /*A*//*B*/ ?> | |||||||
| $oauthTokenUrl | <?php /*A*//*B*/ ?> | |||||||
| $oauthAuthorizationUrl | <?php /*A*//*B*/ ?> | |||||||
| $resourceMetadataFactory | <?php /*A*//*B*/ ?> | |||||||
| $normalizer | <?php /*A*//*B*/ ?> | |||||||
| $formats | <?php /*A*//*B*/ ?> | |||||||
| $resourceNameCollectionFactory | <?php /*A*//*B*/ ?> | |||||||
| $formatsProvider | <?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 | ||||||||
| $newApiRoute | <?php /*A*//*B*/ ?> | |||||||
| $decorated | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| class CommandArgumentsDenormalizer | ||||||||
| $objectNormalizer | <?php /*A*//*B*/ ?> | |||||||
| $iriToIdentifierConverter | <?php /*A*//*B*/ ?> | |||||||
| $commandAwareInputDataTransformer | <?php /*A*//*B*/ ?> | |||||||
| class AddressDenormalizer | ||||||||
| $classType | <?php /*A*//*B*/ ?> | |||||||
| $interfaceType | <?php /*A*//*B*/ ?> | |||||||
| $objectNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class FlattenExceptionNormalizer | ||||||||
| $newApiRoute | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $decorated | <?php /*A*//*B*/ ?> | |||||||
| class SendContactRequestHandler | ||||||||
| $sender | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class AddProductReviewHandler | ||||||||
| $customerResolver | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $productReviewRepository | <?php /*A*//*B*/ ?> | |||||||
| $productReviewFactory | <?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*/ ?> | |||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $eligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class SendShipmentConfirmationEmailHandler | ||||||||
| $emailSender | <?php /*A*//*B*/ ?> | |||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| class ShipShipmentHandler | ||||||||
| $eventBus | <?php /*A*//*B*/ ?> | |||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class CompleteOrderHandler | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $orderPromotionsIntegrityChecker | <?php /*A*//*B*/ ?> | |||||||
| $eventBus | <?php /*A*//*B*/ ?> | |||||||
| class ChoosePaymentMethodHandler | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodChanger | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| class ChangeItemQuantityInCartHandler | ||||||||
| $orderItemQuantityModifier | <?php /*A*//*B*/ ?> | |||||||
| $orderItemRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderProcessor | <?php /*A*//*B*/ ?> | |||||||
| class PickupCartHandler | ||||||||
| $cartFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderManager | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $cartRepository | <?php /*A*//*B*/ ?> | |||||||
| $generator | <?php /*A*//*B*/ ?> | |||||||
| $customerRepository | <?php /*A*//*B*/ ?> | |||||||
| $tokenLength | <?php /*A*//*B*/ ?> | |||||||
| class AddItemToCartHandler | ||||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?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 | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderProcessor | <?php /*A*//*B*/ ?> | |||||||
| class ResetPasswordHandler | ||||||||
| $userPasswordResetter | <?php /*A*//*B*/ ?> | |||||||
| class ChangeShopUserPasswordHandler | ||||||||
| $userRepository | <?php /*A*//*B*/ ?> | |||||||
| $passwordUpdater | <?php /*A*//*B*/ ?> | |||||||
| class VerifyCustomerAccountHandler | ||||||||
| $calendar | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?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 | ||||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $tokenGenerator | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $customerResolver | <?php /*A*//*B*/ ?> | |||||||
| $shopUserFactory | <?php /*A*//*B*/ ?> | |||||||
| $shopUserManager | <?php /*A*//*B*/ ?> | |||||||
| class SendAccountVerificationEmailHandler | ||||||||
| $emailSender | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?php /*A*//*B*/ ?> | |||||||
| class ChangePaymentMethodHandler | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodChanger | <?php /*A*//*B*/ ?> | |||||||
| class SendAccountRegistrationEmailHandler | ||||||||
| $emailSender | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelRepository | <?php /*A*//*B*/ ?> | |||||||
| class ResendVerificationEmailHandler | ||||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?php /*A*//*B*/ ?> | |||||||
| $tokenGenerator | <?php /*A*//*B*/ ?> | |||||||
| class TokenBasedUserContext | ||||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| class TokenValueBasedCartContext | ||||||||
| $newApiRoute | <?php /*A*//*B*/ ?> | |||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class ForVariantsScopeValidator | ||||||||
| $sectionProvider | <?php /*A*//*B*/ ?> | |||||||
| $baseScopeValidator | <?php /*A*//*B*/ ?> | |||||||
| class ForProductsScopeValidator | ||||||||
| $sectionProvider | <?php /*A*//*B*/ ?> | |||||||
| $baseScopeValidator | <?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 | ||||||||
| $tokenTtl | <?php /*A*//*B*/ ?> | |||||||
| $adminUserRepository | <?php /*A*//*B*/ ?> | |||||||
| class UniqueReviewerEmail | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class PromotionCouponEligibilityValidator | ||||||||
| $appliedCouponEligibilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $promotionCouponRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?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 | ||||||||
| $methodNotAvailableMessage | <?php /*A*//*B*/ ?> | |||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class AdminResetPasswordTokenNonExpired | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class ShopUserNotVerified | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class OrderNotEmptyValidator | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class AddingEligibleProductVariantToCartValidator | ||||||||
| $availabilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $productVariantRepository | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class ChangedItemQuantityInCartValidator | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $availabilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $orderItemRepository | <?php /*A*//*B*/ ?> | |||||||
| class ChosenPaymentMethodEligibilityValidator | ||||||||
| $paymentRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| class OrderItemAvailabilityValidator | ||||||||
| $availabilityChecker | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class CheckoutCompletionValidator | ||||||||
| $stateMachineFactory | <?php /*A*//*B*/ ?> | |||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class UniqueReviewerEmailValidator | ||||||||
| $userContext | <?php /*A*//*B*/ ?> | |||||||
| $shopUserRepository | <?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 | ||||||||
| $productVariantNotLongerAvailable | <?php /*A*//*B*/ ?> | |||||||
| $productVariantNotSufficient | <?php /*A*//*B*/ ?> | |||||||
| $productNotExistMessage | <?php /*A*//*B*/ ?> | |||||||
| class CorrectOrderAddressValidator | ||||||||
| $countryRepository | <?php /*A*//*B*/ ?> | |||||||
| class OrderProductEligibilityValidator | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| class UpdateCartEmailNotAllowed | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| class UniqueShopUserEmailValidator | ||||||||
| $shopUserRepository | <?php /*A*//*B*/ ?> | |||||||
| $canonicalizer | <?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 | ||||||||
| $filterProvider | <?php /*A*//*B*/ ?> | |||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| $apiRoute | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodDocumentationNormalizer | ||||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class ProductVariantDocumentationNormalizer | ||||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class AcceptLanguageHeaderDocumentationNormalizer | ||||||||
| $localeRepository | <?php /*A*//*B*/ ?> | |||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class PathHiderDocumentationNormalizer | ||||||||
| $apiRoutes | <?php /*A*//*B*/ ?> | |||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class AdminAuthenticationTokenDocumentationNormalizer | ||||||||
| $apiRoute | <?php /*A*//*B*/ ?> | |||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class ProductDocumentationNormalizer | ||||||||
| $decoratedNormalizer | <?php /*A*//*B*/ ?> | |||||||
| class OrderAddressModifier | ||||||||
| $addressMapper | <?php /*A*//*B*/ ?> | |||||||
| $stateMachineFactory | <?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 | ||||||||
| $apiRoute | <?php /*A*//*B*/ ?> | |||||||
| $userContext | <?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 | ||||||||
| $userContext | <?php /*A*//*B*/ ?> | |||||||
| $orderItemRepository | <?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 | ||||||||
| $userContext | <?php /*A*//*B*/ ?> | |||||||
| $orderItemUnitRepository | <?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*/ ?> | |||||||
| $paymentRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class PaymentItemDataProvider | ||||||||
| $userContext | <?php /*A*//*B*/ ?> | |||||||
| $paymentRepository | <?php /*A*//*B*/ ?> | |||||||
| class ProductAttributesSubresourceDataProvider | ||||||||
| $attributeValueRepository | <?php /*A*//*B*/ ?> | |||||||
| $collectionExtensions | <?php /*A*//*B*/ ?> | |||||||
| $defaultLocaleCode | <?php /*A*//*B*/ ?> | |||||||
| $localeProvider | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodsCollectionDataProvider | ||||||||
| $shipmentRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodRepository | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class GetProductBySlugAction | ||||||||
| $requestStack | <?php /*A*//*B*/ ?> | |||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| $productRepository | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class DeleteOrderItemAction | ||||||||
| $commandBus | <?php /*A*//*B*/ ?> | |||||||
| $orderItemRepository | <?php /*A*//*B*/ ?> | |||||||
| class RemoveCatalogPromotionAction | ||||||||
| $catalogPromotionRemovalProcessor | <?php /*A*//*B*/ ?> | |||||||
| class UploadAvatarImageAction | ||||||||
| $iriConverter | <?php /*A*//*B*/ ?> | |||||||
| $imageUploader | <?php /*A*//*B*/ ?> | |||||||
| $avatarImageRepository | <?php /*A*//*B*/ ?> | |||||||
| $avatarImageFactory | <?php /*A*//*B*/ ?> | |||||||
| class GetPaymentConfiguration | ||||||||
| $compositePaymentConfigurationProvider | <?php /*A*//*B*/ ?> | |||||||
| $paymentRepository | <?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 OrderItemsByShopUserExtension | ||||||||
| $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 OrderItemsByVisitorExtension | ||||||||
| $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 | ||||||||
| $userContext | <?php /*A*//*B*/ ?> | |||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| class MessengerDataPersister | ||||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| class CountryDataPersister | ||||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| $countryProvincesDeletionChecker | <?php /*A*//*B*/ ?> | |||||||
| class AdminUserDataPersister | ||||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| $passwordUpdater | <?php /*A*//*B*/ ?> | |||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| class ZoneDataPersister | ||||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| $zoneDeletionChecker | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodDataPersister | ||||||||
| $decoratedDataPersister | <?php /*A*//*B*/ ?> | |||||||
| class SendContactRequest | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| $message | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| class AddProductReview | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| $comment | <?php /*A*//*B*/ ?> | |||||||
| $productCode | <?php /*A*//*B*/ ?> | |||||||
| $rating | <?php /*A*//*B*/ ?> | |||||||
| $title | <?php /*A*//*B*/ ?> | |||||||
| class SendShipmentConfirmationEmail | ||||||||
| $shipmentId | <?php /*A*//*B*/ ?> | |||||||
| class UpdateCart | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $couponCode | <?php /*A*//*B*/ ?> | |||||||
| $shippingAddress | <?php /*A*//*B*/ ?> | |||||||
| $billingAddress | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| $orderTokenValue | <?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 | ||||||||
| $notes | <?php /*A*//*B*/ ?> | |||||||
| $orderTokenValue | <?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 | ||||||||
| $quantity | <?php /*A*//*B*/ ?> | |||||||
| $productVariantCode | <?php /*A*//*B*/ ?> | |||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| class RemoveItemFromCart | ||||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| $itemId | <?php /*A*//*B*/ ?> | |||||||
| class PickupCart | ||||||||
<?php /*A*//*B*/ ?> | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $tokenValue | <?php /*A*//*B*/ ?> | |||||||
| class ChangeItemQuantityInCart | ||||||||
| $quantity | <?php /*A*//*B*/ ?> | |||||||
| $orderItemId | <?php /*A*//*B*/ ?> | |||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| class ResendVerificationEmail | ||||||||
| $shopUserId | <?php /*A*//*B*/ ?> | |||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| class SendAccountRegistrationEmail | ||||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $shopUserEmail | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| class RegisterShopUser | ||||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $subscribedToNewsletter | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| $password | <?php /*A*//*B*/ ?> | |||||||
| $lastName | <?php /*A*//*B*/ ?> | |||||||
| $firstName | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| class RequestResetPasswordToken | ||||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| class ChangePaymentMethod | ||||||||
| $paymentId | <?php /*A*//*B*/ ?> | |||||||
| $orderTokenValue | <?php /*A*//*B*/ ?> | |||||||
| $paymentMethodCode | <?php /*A*//*B*/ ?> | |||||||
| class SendAccountVerificationEmail | ||||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $shopUserEmail | <?php /*A*//*B*/ ?> | |||||||
| class ChangeShopUserPassword | ||||||||
| $newPassword | <?php /*A*//*B*/ ?> | |||||||
| $confirmNewPassword | <?php /*A*//*B*/ ?> | |||||||
| $currentPassword | <?php /*A*//*B*/ ?> | |||||||
| $shopUserId | <?php /*A*//*B*/ ?> | |||||||
| class SendResetPasswordEmail | ||||||||
| $localeCode | <?php /*A*//*B*/ ?> | |||||||
| $channelCode | <?php /*A*//*B*/ ?> | |||||||
<?php /*A*//*B*/ ?> | ||||||||
| class ResetPassword | ||||||||
| $newPassword | <?php /*A*//*B*/ ?> | |||||||
| $resetPasswordToken | <?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 | ||||||||
| $apiRoute | <?php /*A*//*B*/ ?> | |||||||
| $apiEnabled | <?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 | ||||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $localeStorage | <?php /*A*//*B*/ ?> | |||||||
| class ContactController | ||||||||
| $customerContext | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| $contactEmailManager | <?php /*A*//*B*/ ?> | |||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| class LocaleSwitchController | ||||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| $localeSwitcher | <?php /*A*//*B*/ ?> | |||||||
| $localeProvider | <?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 | ||||||||
| $orderRepository | <?php /*A*//*B*/ ?> | |||||||
| $cartStorage | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| class UserRegistrationListener | ||||||||
| $firewallContextName | <?php /*A*//*B*/ ?> | |||||||
| $userLogin | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $userManager | <?php /*A*//*B*/ ?> | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| $tokenGenerator | <?php /*A*//*B*/ ?> | |||||||
| class NonChannelLocaleListener | ||||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $firewallNames | <?php /*A*//*B*/ ?> | |||||||
| $firewallMap | <?php /*A*//*B*/ ?> | |||||||
| $channelBasedLocaleProvider | <?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 | ||||||||
| $manager | <?php /*A*//*B*/ ?> | |||||||
| $orderPromotionsIntegrityChecker | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| class UserCartRecalculationListener | ||||||||
| $cartContext | <?php /*A*//*B*/ ?> | |||||||
| $uriBasedSectionContext | <?php /*A*//*B*/ ?> | |||||||
| $orderProcessor | <?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 | ||||||||
| $tokenStorage | <?php /*A*//*B*/ ?> | |||||||
| $channelContext | <?php /*A*//*B*/ ?> | |||||||
| $tokenGenerator | <?php /*A*//*B*/ ?> | |||||||
| $uriBasedSectionContext | <?php /*A*//*B*/ ?> | |||||||
| $requestStackOrSession | <?php /*A*//*B*/ ?> | |||||||
| $eventDispatcher | <?php /*A*//*B*/ ?> | |||||||
| class LocaleStrippingRouter | ||||||||
| $localeContext | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| class TaxCategoryChoiceType | ||||||||
| $taxCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| class TaxCalculatorChoiceType | ||||||||
| $calculators | <?php /*A*//*B*/ ?> | |||||||
| class TraceableTemplateEventRenderer | ||||||||
| $templateBlockRenderingHistory | <?php /*A*//*B*/ ?> | |||||||
| $templateEventRenderer | <?php /*A*//*B*/ ?> | |||||||
| class TraceableTemplateBlockRenderer | ||||||||
| $templateBlockRenderingHistory | <?php /*A*//*B*/ ?> | |||||||
| $templateBlockRenderer | <?php /*A*//*B*/ ?> | |||||||
| class TemplateBlockRenderingHistory | ||||||||
| $currentlyRenderedEvents | <?php /*A*//*B*/ ?> | |||||||
| $currentlyRenderedBlocks | <?php /*A*//*B*/ ?> | |||||||
| $renderedEvents | <?php /*A*//*B*/ ?> | |||||||
| class TemplateBlockDataCollector | ||||||||
| $templateBlockRenderingHistory | <?php /*A*//*B*/ ?> | |||||||
| class TwigTemplateBlockRenderer | ||||||||
| $contextProviders | <?php /*A*//*B*/ ?> | |||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| class HtmlDebugTemplateEventRenderer | ||||||||
| $templateEventRenderer | <?php /*A*//*B*/ ?> | |||||||
| $templateBlockRegistry | <?php /*A*//*B*/ ?> | |||||||
| class HtmlDebugTemplateBlockRenderer | ||||||||
| $templateBlockRenderer | <?php /*A*//*B*/ ?> | |||||||
| class DelegatingTemplateEventRenderer | ||||||||
| $templateBlockRenderer | <?php /*A*//*B*/ ?> | |||||||
| $templateBlockRegistry | <?php /*A*//*B*/ ?> | |||||||
| class TemplateEventTest | ||||||||
| $twig | <?php /*A*//*B*/ ?> | |||||||
| class FilterStorage | ||||||||
| $requestStackOrSession | <?php /*A*//*B*/ ?> | |||||||
| class SecurityController | ||||||||
| $templatingEngine | <?php /*A*//*B*/ ?> | |||||||
| $router | <?php /*A*//*B*/ ?> | |||||||
| $authorizationChecker | <?php /*A*//*B*/ ?> | |||||||
| $formFactory | <?php /*A*//*B*/ ?> | |||||||
| $authenticationUtils | <?php /*A*//*B*/ ?> | |||||||
| class MenuBuilderEvent | ||||||||
| $menu | <?php /*A*//*B*/ ?> | |||||||
| $factory | <?php /*A*//*B*/ ?> | |||||||
| class TemplateBlock | ||||||||
| $name | <?php /*A*//*B*/ ?> | |||||||
| $priority | <?php /*A*//*B*/ ?> | |||||||
| $context | <?php /*A*//*B*/ ?> | |||||||
| $template | <?php /*A*//*B*/ ?> | |||||||
| $eventName | <?php /*A*//*B*/ ?> | |||||||
| $enabled | <?php /*A*//*B*/ ?> | |||||||
| class TemplateBlockRegistry | ||||||||
| $eventsToTemplateBlocks | <?php /*A*//*B*/ ?> | |||||||
| class DebugTemplateEventCommand | ||||||||
| $templateBlockRegistry | <?php /*A*//*B*/ ?> | |||||||
| $defaultName | <?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 | ||||||||
| $messageMaxEntries | <?php /*A*//*B*/ ?> | |||||||
| $messageMultiple | <?php /*A*//*B*/ ?> | |||||||
| $messageMinEntries | <?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 | ||||||||
| $repository | <?php /*A*//*B*/ ?> | |||||||
| $calculators | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodsResolver | <?php /*A*//*B*/ ?> | |||||||
| class ShippingCategoryChoiceType | ||||||||
| $shippingCategoryRepository | <?php /*A*//*B*/ ?> | |||||||
| class ShippingMethodType | ||||||||
| $formTypeRegistry | <?php /*A*//*B*/ ?> | |||||||
| $calculatorRegistry | <?php /*A*//*B*/ ?> | |||||||
| $shippingMethodTranslationType | <?php /*A*//*B*/ ?> | |||||||
| class CalculatorChoiceType | ||||||||
| $calculators | <?php /*A*//*B*/ ?> | |||||||
| class AbstractConfigurationCollectionType | ||||||||
| $registry | <?php /*A*//*B*/ ?> | |||||||
| class ShippingDateAssigner | ||||||||
| $calendar | <?php /*A*//*B*/ ?> | |||||||