예제 #1
0
 /**
  * Get attribute operator html
  *
  * @return string
  */
 public function getOperatorElementHtml()
 {
     if ($this->_isCurrentAttributeDefaultAddress()) {
         return '';
     }
     return parent::getOperatorElementHtml();
 }