示例#1
0
 /**
  * Retrieve attribute label
  *
  * @param AbstractAttribute $attribute
  * @return string
  */
 public function getAttributeLabel($attribute)
 {
     return $attribute->getStoreLabel();
 }