コード例 #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();
 }