コード例 #1
0
ファイル: Special.php プロジェクト: hyhoocchan/mage-local
 /**
  * Set condition type and value
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/actions_condition_product_special');
     $this->setValue(null);
 }
コード例 #2
0
 /**
  * Init model
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_attributes');
     $this->setValue(null);
 }
コード例 #3
0
 /**
  * Set condition type and value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/rule_condition_product_attributes');
     $this->setValue(null);
 }
コード例 #4
0
ファイル: Attributes.php プロジェクト: hyhoocchan/mage-local
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_attributes');
     $this->setValue(null);
 }
コード例 #5
0
 /**
  * Initialize options hash
  */
 public function __construct()
 {
     $this->_operatorSelectOptionsHash = array(self::OPERATOR_ATTRIBUTE_IS_ASSIGNED => $this->_getHelper()->__('is assigned'), self::OPERATOR_ATTRIBUTE_IS_NOT_ASSIGNED => $this->_getHelper()->__('is not assigned'));
     parent::__construct();
 }