Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Reorder Class Reference
Inheritance diagram for Reorder:
HttpPostActionInterface ActionInterface Reorder Reorder

Public Member Functions

 __construct (Action\Context $context, OrderLoaderInterface $orderLoader, Registry $registry)
 
- Public Member Functions inherited from ActionInterface
 execute ()
 

Protected Attributes

 $orderLoader
 
 $_coreRegistry
 

Additional Inherited Members

- Data Fields inherited from ActionInterface
const FLAG_NO_DISPATCH = 'no-dispatch'
 
const FLAG_NO_POST_DISPATCH = 'no-postDispatch'
 
const FLAG_NO_DISPATCH_BLOCK_EVENT = 'no-beforeGenerateLayoutBlocksDispatch'
 
const PARAM_NAME_BASE64_URL = 'r64'
 
const PARAM_NAME_URL_ENCODED = 'uenc'
 

Detailed Description

Definition at line 18 of file Reorder.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( Action\Context  $context,
OrderLoaderInterface  $orderLoader,
Registry  $registry 
)
Parameters
Action\Context$context
OrderLoaderInterface$orderLoader
Registry$registry

Definition at line 35 of file Reorder.php.

39  {
40  $this->orderLoader = $orderLoader;
41  $this->_coreRegistry = $registry;
42  parent::__construct($context);
43  }

Field Documentation

◆ $_coreRegistry

$_coreRegistry
protected

Definition at line 28 of file Reorder.php.

◆ $orderLoader

$orderLoader
protected

Definition at line 23 of file Reorder.php.


The documentation for this class was generated from the following file: