コード例 #1
0
ファイル: Websites.php プロジェクト: rafaelstz/magento2
 /**
  * Return array of websites ids, assigned to the product
  *
  * @return array
  */
 protected function getWebsitesValues()
 {
     return $this->locator->getWebsiteIds();
 }