public function __construct()
 {
     parent::__construct();
     $this->setType('catalogrule/rule_action_collection');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('Mage_SalesRule_Model_Rule_Action_Collection');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('email/rule_action_collection');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('feedexport/rule_action_collection');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('productlist/rule_action_collection');
 }