Esempio n. 1
0
 /**
  * Initialize collection items factory class
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Sales\\Model\\Order\\Payment\\Transaction', 'Magento\\Sales\\Model\\Resource\\Order\\Payment\\Transaction');
     $this->addFilterToMap('created_at', 'main_table.created_at');
     parent::_construct();
 }
Esempio n. 2
0
 /**
  * Initialize collection items factory class
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Sales\\Model\\Order\\Payment\\Transaction', 'Magento\\Sales\\Model\\Resource\\Order\\Payment\\Transaction');
     parent::_construct();
 }