コード例 #1
0
 /**
  * Get HTML of condition string
  *
  * @return string
  */
 public function asHtml()
 {
     return Mage::helper('enterprise_customersegment')->__('Product %s', parent::asHtml());
 }
コード例 #2
0
ファイル: Attributes.php プロジェクト: hyhoocchan/mage-local
 /**
  * Get HTML of condition string
  *
  * @return string
  */
 public function asHtml()
 {
     return Mage::helper('enterprise_reminder')->__('Product %s', strtolower(parent::asHtml()));
 }