Ejemplo n.º 1
0
 /**
  * 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());
 }