public function _construct()
 {
     parent::_construct();
     $this->_init('recorder/paymentmethods', 'entity_id');
 }
예제 #2
0
 protected function _construct()
 {
     return parent::_construct();
 }
예제 #3
0
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
 }