Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_subselection');
 }
 /**
  * Intialize model
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_combine');
 }
 /**
  * class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist');
     $this->setValue(null);
 }