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-sequence
Model
EntityPool.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\SalesSequence\Model
;
7
13
class
EntityPool
14
{
18
protected
$entities
;
19
23
public
function
__construct
(array
$entities
= [])
24
{
25
$this->entities =
$entities
;
26
}
27
33
public
function
getEntities
()
34
{
35
return
$this->entities
;
36
}
37
}
Magento\SalesSequence\Model\EntityPool\getEntities
getEntities()
Definition:
EntityPool.php:33
Magento\SalesSequence\Model\EntityPool\$entities
$entities
Definition:
EntityPool.php:18
Magento\SalesSequence\Model\EntityPool\__construct
__construct(array $entities=[])
Definition:
EntityPool.php:23
Magento\SalesSequence\Model\EntityPool
Definition:
EntityPool.php:13
Magento\SalesSequence\Model
Definition:
Builder.php:6