Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-sales
Controller
Guest
Reorder.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Sales\Controller\Guest
;
8
9
class
Reorder
extends
\Magento\Sales\Controller\AbstractController\Reorder
10
{
16
public
function
__construct
(
17
\
Magento
\Framework\
App
\
Action
\
Context
$context,
18
\
Magento
\Sales\Controller\Guest\
OrderLoader
$orderLoader
,
19
\
Magento
\Framework\Registry
$registry
20
) {
21
parent::__construct($context,
$orderLoader
,
$registry
);
22
}
23
}
Magento\Framework\App
Magento\Sales\Controller\Guest\Reorder
Definition:
Reorder.php:9
$registry
$registry
Definition:
bundle_product_with_not_visible_children_rollback.php:16
Magento\Sales\Controller\AbstractController\Reorder\$orderLoader
$orderLoader
Definition:
Reorder.php:23
Magento
Magento\Sales\Controller\Guest\Reorder\__construct
__construct(\Magento\Framework\App\Action\Context $context, \Magento\Sales\Controller\Guest\OrderLoader $orderLoader, \Magento\Framework\Registry $registry)
Definition:
Reorder.php:16
Magento\Framework\App\Action\Context
Definition:
Context.php:24
Magento\Sales\Controller\Guest\OrderLoader
Definition:
OrderLoader.php:12
Magento\Sales\Controller\Guest
Definition:
Creditmemo.php:7
Magento\Sales\Controller\AbstractController\Reorder
Definition:
Reorder.php:18
Magento\Framework\App\Action\Action
Definition:
Action.php:25