cancel
Showing results for 
Search instead for 
Did you mean: 

Domanda su Magento\Customer\Model\Backend\Customer

Domanda su Magento\Customer\Model\Backend\Customer

Mi spiegate il senso di questo if fatto in questo modo

Regalo 10 euro a chi mi da una motivazione valida :-)

 

public function getStoreId()
{
if ($this->getWebsiteId() * 1) {
return $this->_getWebsiteStoreId();
}
return parent::getStoreId();
}