public function __construct() {
 	parent::__construct();
 	$this->initColumns();
     $this->setName(Gpf_Lang::_runtime("Affiliates"));
     $this->setDescription(Gpf_Lang::_runtime("AffiliatesImportExportDescription"));
     $this->paramsArray['papUserIds'] = array();
 }
 public function __construct() {
 	parent::__construct();
     $this->setName(Gpf_Lang::_runtime('Banners'));
     $this->setDescription(Gpf_Lang::_runtime("BannersImportExportDescription"));
 }