Example #1
0
 /**
  * Retrieve new (not loaded) Store collection object with website filter
  *
  * @return \Magento\Store\Model\Resource\Store\Collection
  */
 public function getStoreCollection()
 {
     return $this->_storeFactory->create()->getCollection()->addWebsiteFilter($this->getId());
 }