getAttributes(); $result = array(); foreach($attributes as $attribute){ $result[] = array( 'value' => $attribute->getAttributeCode(), 'label' => $attribute->getStoreLabel() ); } return $result; } } ?>