コード例 #1
0
ファイル: Subselect.php プロジェクト: rbrown/magento-gifts
 public function __construct()
 {
     parent::__construct();
     $this->setType('gift/rule_condition_product_subselect')->setValue(null);
 }
コード例 #2
0
ファイル: Found.php プロジェクト: rbrown/magento-gifts
 public function __construct()
 {
     parent::__construct();
     $this->setType('gift/rule_condition_product_found');
 }