예제 #1
0
파일: Form.php 프로젝트: blazeriaz/youguess
 /**
  * Retrieve attribute label
  *
  * @param Mage_Eav_Model_Entity_Attribute_Abstract $attribute
  * @return string
  */
 public function getAttributeLabel($attribute)
 {
     return $attribute->getStoreLabel();
 }