/**
  * Set row identifier field name
  *
  */
 public function _construct()
 {
     parent::_construct();
     $this->setRowIdFieldName('tax_id');
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     return $this;
 }