예제 #1
0
파일: Cart.php 프로젝트: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart');
     $this->setValue(null);
 }
예제 #2
0
파일: Combine.php 프로젝트: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_wishlist_combine');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_subselection');
 }