コード例 #1
0
ファイル: Attributes.php プロジェクト: hyhoocchan/mage-local
 /**
  * Get attribute operator html
  *
  * @return string
  */
 public function getOperatorElementHtml()
 {
     if ($this->_isCurrentAttributeDefaultAddress()) {
         return '';
     }
     return parent::getOperatorElementHtml();
 }