_pages = [ 'CRM_Export_Form_Select' => NULL, 'CRM_Export_Form_Map' => NULL, ]; $this->addSequentialPages($this->_pages, $action); } /** * @todo So far does nothing. * * @return string */ public function getTaskFormName() { return ''; } /** * @todo not sure if this is needed */ public function shouldReset() { return FALSE; } }