Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Store.php
Go to the documentation of this file.
1 <?php
7 
21 {
28  protected function _construct()
29  {
30  $this->_init(\Magento\Eav\Model\ResourceModel\Entity\Store::class);
31  }
32 
42  {
43  $this->_getResource()->loadByEntityStore($this, $entityTypeId, $storeId);
44  return $this;
45  }
46 }
loadByEntityStore($entityTypeId, $storeId)
Definition: Store.php:41