コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('catalogrule/rule_action_collection');
 }
コード例 #2
0
ファイル: Collection.php プロジェクト: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setType('Mage_SalesRule_Model_Rule_Action_Collection');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('email/rule_action_collection');
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('feedexport/rule_action_collection');
 }
コード例 #5
0
ファイル: Collection.php プロジェクト: TusharKDonda/maruti
 public function __construct()
 {
     parent::__construct();
     $this->setType('productlist/rule_action_collection');
 }