コード例 #1
0
ファイル: Group.php プロジェクト: ppkowalski/M2E
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Listing_Auto_Category_Group');
 }
コード例 #2
0
ファイル: Listing.php プロジェクト: ppkowalski/M2E
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Listing');
 }
コード例 #3
0
ファイル: Account.php プロジェクト: technomagegithub/magento
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Account');
 }
コード例 #4
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Template_Synchronization');
 }
コード例 #5
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Listing_Product_Variation');
 }
コード例 #6
0
ファイル: Item.php プロジェクト: xiaoguizhidao/ecommerce
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Order_Item');
 }
コード例 #7
0
ファイル: SellingFormat.php プロジェクト: xiaoguizhidao/bb
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Template_SellingFormat');
 }
コード例 #8
0
ファイル: Marketplace.php プロジェクト: ppkowalski/M2E
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Play_Marketplace');
 }