コード例 #1
0
ファイル: Address.php プロジェクト: rbrown/magento-gifts
 public function getAttributeElement()
 {
     $element = parent::getAttributeElement();
     $element->setShowAsText(true);
     return $element;
 }