Exemple #1
0
 /**
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Catalog\\Model\\ResourceModel\\Product\\Option');
     parent::_construct();
 }
 /**
  * Initialize resource model
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Sales\\Model\\Resource\\Order\\Payment\\Transaction');
     parent::_construct();
 }
Exemple #3
0
 /**
  * Initialize resource
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Downloadable\\Model\\ResourceModel\\Sample');
     parent::_construct();
 }
 /**
  * Initialize resource model
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Bundle\\Model\\ResourceModel\\Option');
     parent::_construct();
 }
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('Magento\\SalesRule\\Model\\ResourceModel\\Coupon');
 }