Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Customer.php
Go to the documentation of this file.
1 <?php
7 
9 {
15  public function getStoreId()
16  {
17  if ($this->getWebsiteId() * 1) {
18  return $this->_getWebsiteStoreId();
19  }
20  return parent::getStoreId();
21  }
22 }
_getWebsiteStoreId($defaultStoreId=null)
Definition: Customer.php:1221