コード例 #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
ファイル: Subselection.php プロジェクト: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_subselection');
 }