コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_combine');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_combine_list');
     $this->setValue(self::CART);
 }
コード例 #3
0
 /**
  * class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_address');
 }