コード例 #1
0
ファイル: MassDelete.php プロジェクト: mrtuvn/m2ce.dev
 public function __construct(Context $context, Filter $filter, CollectionFactory $collectionFactory, array $data = [])
 {
     $this->_filter = $filter;
     $this->_collectionFactory = $collectionFactory;
     parent::__construct($context);
 }
コード例 #2
0
ファイル: InlineEdit.php プロジェクト: mrtuvn/m2ce.dev
 public function __construct(Context $context, CollectionFactory $bannerCollectionFactory, JsonFactory $jsonFactory)
 {
     parent::__construct($context);
     $this->jsonFactory = $jsonFactory;
     $this->bannerCollectionFactory = $bannerCollectionFactory;
 }