コード例 #1
0
ファイル: Attributes.php プロジェクト: Atlis/docker-magento2
 /**
  * Retrieve attributes for product mass update
  *
  * @return \Magento\Framework\Object[]
  */
 public function getAttributes()
 {
     return $this->_attributeAction->getAttributes()->getItems();
 }