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
Model
Status
ListFactory.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Sales\Model\Status
;
7
12
class
ListFactory
13
{
17
protected
$_objectManager
;
18
22
public
function
__construct
(\
Magento
\Framework\
ObjectManagerInterface
$objectManager
)
23
{
24
$this->_objectManager =
$objectManager
;
25
}
26
33
public
function
create
(array
$arguments
= [])
34
{
35
return
$this->_objectManager->create(\
Magento
\Sales\Model\
Status
\ListStatus::class,
$arguments
);
36
}
37
}
Magento\Sales\Model\Status\ListFactory\$_objectManager
$_objectManager
Definition:
ListFactory.php:17
$objectManager
$objectManager
Definition:
bootstrap.php:17
Magento\Sales\Model\Status
Definition:
ListFactory.php:6
Magento\Framework\ObjectManagerInterface
Definition:
ObjectManagerInterface.php:12
Magento\Sales\Model\Status\ListFactory\__construct
__construct(\Magento\Framework\ObjectManagerInterface $objectManager)
Definition:
ListFactory.php:22
Magento\Sales\Model\Status\ListFactory
Definition:
ListFactory.php:12
Magento\Sales\Model\Order\Status
Definition:
Status.php:18
Magento
Magento\Sales\Model\Status\ListFactory\create
create(array $arguments=[])
Definition:
ListFactory.php:33
$arguments
$arguments
Definition:
final_price.phtml:24