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-eav
Model
Entity
Store.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Eav\Model\Entity
;
7
20
class
Store
extends
\Magento\Framework\Model\AbstractModel
21
{
28
protected
function
_construct
()
29
{
30
$this->
_init
(\
Magento
\Eav\Model\
ResourceModel
\
Entity
\Store::class);
31
}
32
41
public
function
loadByEntityStore
(
$entityTypeId
,
$storeId
)
42
{
43
$this->
_getResource
()->loadByEntityStore($this,
$entityTypeId
,
$storeId
);
44
return
$this;
45
}
46
}
$entityTypeId
$entityTypeId
Definition:
attribute_set_with_renamed_group.php:28
Magento\Framework\Model\AbstractModel
Definition:
AbstractModel.php:19
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\Catalog\Model\ResourceModel\Product
Definition:
CollectionTest.php:6
Magento\Eav\Model\Entity\Store\loadByEntityStore
loadByEntityStore($entityTypeId, $storeId)
Definition:
Store.php:41
Magento\Eav\Model\Entity
Definition:
Entity.php:12
Magento\Eav\Model\Entity\Store\_construct
_construct()
Definition:
Store.php:28
Magento\Framework\Model\AbstractModel\_getResource
_getResource()
Definition:
AbstractModel.php:470
Magento
Magento\Eav\Model\Entity\Store
Definition:
Store.php:20
Magento\Eav\Model\Entity
Magento\Framework\Model\AbstractModel\_init
_init($resourceModel)
Definition:
AbstractModel.php:213