コード例 #1
0
ファイル: Collection.php プロジェクト: cnglobal-sl/caterez
 public function __construct()
 {
     parent::__construct();
     $this->setActions(array());
     $this->setType('rule/action_collection');
 }
コード例 #2
0
ファイル: Collection.php プロジェクト: natxetee/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setActions(array());
     $this->setType('Mage_Rule_Model_Action_Collection');
 }