Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function applyFilter()
 {
     if ($this->websiteId !== StoresSoapIterator::ALL_WEBSITES) {
         $this->filter->addStoreFilter($this->getStoresByWebsiteId($this->websiteId));
     }
     parent::applyFilter();
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 protected function applyFilter()
 {
     if ($this->websiteId !== StoresSoapIterator::ALL_WEBSITES) {
         $this->filter->addWebsiteFilter([$this->websiteId]);
     }
     parent::applyFilter();
 }