示例#1
0
文件: Config.php 项目: aiesh/magento2
 /**
  * Retrieve names of attributes belonging to specified group
  *
  * @param string $groupName Name of an attribute group
  * @return array
  */
 public function getAttributeNames($groupName)
 {
     return $this->_dataStorage->get($groupName, array());
 }