protected function _handleInput()
 {
     $this->_code = isset($_GET['code']) ? $_GET['code'] : NULL;
     $nsm = new Newsletter_Subscription_Manager();
     $this->_resubscription_result = $nsm->resubscribe(NULL, NULL, $this->_code);
 }