public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_combine');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_combine_list');
     $this->setValue(self::CART);
 }
 /**
  * class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_address');
 }